Skip to content

Commit

Permalink
Change offset to 0x0
Browse files Browse the repository at this point in the history
  • Loading branch information
SFE-Brudnerd committed Jun 9, 2023
1 parent 3637770 commit 4df0037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/boards_db.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104634,7 +104634,7 @@ target_include_directories(SFE_MMPB_STM32WB5MMG INTERFACE

target_link_options(SFE_MMPB_STM32WB5MMG INTERFACE
"LINKER:--default-script=${SFE_MMPB_STM32WB5MMG_VARIANT_PATH}/ldscript.ld"
"LINKER:--defsym=LD_FLASH_OFFSET=0"
"LINKER:--defsym=LD_FLASH_OFFSET=0x0"
"LINKER:--defsym=LD_MAX_SIZE=827392"
"LINKER:--defsym=LD_MAX_DATA_SIZE=196608"
"SHELL:-mfpu=fpv4-sp-d16 -mfloat-abi=hard"
Expand Down

0 comments on commit 4df0037

Please sign in to comment.