mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Provide VECTAB segment as alias to RAM
This commit is contained in:
parent
e0fc9300ed
commit
9743d678a0
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ MEMORY
|
||||||
|
|
||||||
REGION_ALIAS("STACKRAM", RAM)
|
REGION_ALIAS("STACKRAM", RAM)
|
||||||
REGION_ALIAS("FASTRAM", RAM)
|
REGION_ALIAS("FASTRAM", RAM)
|
||||||
|
REGION_ALIAS("VECTAB", RAM)
|
||||||
|
|
||||||
INCLUDE "stm32_flash_split.ld"
|
INCLUDE "stm32_flash_split.ld"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue