mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #7942 from jflyper/bfdev-add-VECTAB-region-for-F446
[F446] Add VECTAB region
This commit is contained in:
commit
fc159764f1
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ MEMORY
|
|||
|
||||
REGION_ALIAS("STACKRAM", RAM)
|
||||
REGION_ALIAS("FASTRAM", RAM)
|
||||
REGION_ALIAS("VECTAB", RAM)
|
||||
|
||||
INCLUDE "stm32_flash_split.ld"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue