diff --git a/targets/ChibiOS/ORGPAL_PALTHREE/CMakeLists.txt b/targets/ChibiOS/ORGPAL_PALTHREE/CMakeLists.txt index 7356af76ec..1f87437f7f 100644 --- a/targets/ChibiOS/ORGPAL_PALTHREE/CMakeLists.txt +++ b/targets/ChibiOS/ORGPAL_PALTHREE/CMakeLists.txt @@ -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()