Skip to content

Commit af29420

Browse files
committed
Fix CLR address for DFU creation in ORGPAL3
***NO_CI***
1 parent 8902d11 commit af29420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/ChibiOS/ORGPAL_PALTHREE/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ if(HEX2DFU_TOOL_AVAILABLE)
4343
if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES RelWithDebInfo)
4444
nf_generate_dfu_package(
4545
${CMAKE_SOURCE_DIR}/build/${NANOBOOTER_PROJECT_NAME}.bin 08000000
46-
${CMAKE_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08010000
46+
${CMAKE_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08018000
4747
${CMAKE_SOURCE_DIR}/build/nanobooter-nanoclr.dfu
4848
)
4949
else()
5050
nf_generate_dfu_package(
5151
${CMAKE_SOURCE_DIR}/build/${NANOBOOTER_PROJECT_NAME}.bin 08000000
52-
${CMAKE_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08010000
52+
${CMAKE_SOURCE_DIR}/build/${NANOCLR_PROJECT_NAME}.bin 08018000
5353
${CMAKE_SOURCE_DIR}/build/nanobooter-nanoclr.dfu
5454
)
5555
endif()

0 commit comments

Comments
 (0)