1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Moved parameter group defaults into main flash for STM32F722.

This commit is contained in:
Michael Keller 2020-10-25 18:50:24 +01:00
parent f60d9dfa60
commit 7763ab6a1e
4 changed files with 10 additions and 5 deletions

View file

@ -90,7 +90,7 @@ SECTIONS
PROVIDE_HIDDEN (__pg_resetdata_start = .);
KEEP (*(.pg_resetdata))
PROVIDE_HIDDEN (__pg_resetdata_end = .);
} >FLASH AT >AXIM_FLASH
} >FLASH_OVERFLOW
/* Storage for the address for the configuration section so we can grab it out of the hex file */
.custom_defaults :