mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Remove missed duplicate LMA
This commit is contained in:
parent
00d9fbbcd6
commit
bf3fb24aa1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ SECTIONS
|
||||||
PROVIDE (isr_vector_table_base = .);
|
PROVIDE (isr_vector_table_base = .);
|
||||||
KEEP(*(.isr_vector)) /* Startup code */
|
KEEP(*(.isr_vector)) /* Startup code */
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} >FLASH AT >AXIM_FLASH
|
} >FLASH
|
||||||
|
|
||||||
/* The program code and other data goes into FLASH */
|
/* The program code and other data goes into FLASH */
|
||||||
.text :
|
.text :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue