mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Fix F7X2 AXIM flash region (#13270)
This commit is contained in:
parent
024224d027
commit
09a70439be
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ REGION_ALIAS("RAM", SRAM1)
|
||||||
|
|
||||||
/* Put various bits and bobs of data into the free space after the vector table in sector 0 to save flash space. */
|
/* Put various bits and bobs of data into the free space after the vector table in sector 0 to save flash space. */
|
||||||
|
|
||||||
REGION_ALIAS("MOVABLE_FLASH", AXIM_FLASH)
|
REGION_ALIAS("MOVABLE_FLASH", AXIM_FLASH1)
|
||||||
|
|
||||||
INCLUDE "stm32_flash_f7_split.ld"
|
INCLUDE "stm32_flash_f7_split.ld"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue