1
0
Fork 0
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:
Mark Haslinghuis 2024-01-07 22:05:07 +01:00 committed by GitHub
parent 024224d027
commit 09a70439be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"