Skip to content

Commit

Permalink
Fix CLR address for ORGPAL_PALTHREE in DFU package
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored and TerryFogg committed Dec 3, 2024
1 parent b852a1c commit cd9bba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/ChibiOS/ORGPAL_PALTHREE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(HEX2DFU_TOOL_AVAILABLE)
else()
nf_generate_dfu_package(
${CMAKE_SOURCE_DIR}/build/${NANOBOOTER_PROJECT_NAME}.bin 08000000
${CMAKE_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08018000
${CMAKE_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08010000
${CMAKE_SOURCE_DIR}/build/nanobooter-nanoclr.dfu
)
endif()
Expand Down

0 comments on commit cd9bba6

Please sign in to comment.