mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #10927 from SteveCEvans/pg_reset_flash
This commit is contained in:
commit
c23dd47f40
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ SECTIONS
|
|||
PROVIDE_HIDDEN (__pg_resetdata_start = .);
|
||||
KEEP (*(.pg_resetdata))
|
||||
PROVIDE_HIDDEN (__pg_resetdata_end = .);
|
||||
} >FLASH1 AT >WRITABLE_FLASH1
|
||||
} >WRITABLE_FLASH1
|
||||
|
||||
/* Storage for the address for the configuration section so we can grab it out of the hex file */
|
||||
.custom_defaults :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue