1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Provide VECTAB segment as alias to RAM

This commit is contained in:
jflyper 2019-01-18 02:07:13 +09:00
parent e0fc9300ed
commit 9743d678a0

View file

@ -34,5 +34,6 @@ MEMORY
REGION_ALIAS("STACKRAM", RAM)
REGION_ALIAS("FASTRAM", RAM)
REGION_ALIAS("VECTAB", RAM)
INCLUDE "stm32_flash_split.ld"