File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/ChibiOS/ORGPAL_PALTHREE Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments