mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
fix bootloader jump for g4 mcu (#12675)
This commit is contained in:
parent
20747ec3e3
commit
66d7f05448
2 changed files with 36 additions and 11 deletions
|
@ -39,7 +39,7 @@ SECTIONS
|
|||
|
||||
.isr_vector :
|
||||
{
|
||||
. = ALIGN(512);
|
||||
. = ALIGN(4);
|
||||
PROVIDE (isr_vector_table_base = .);
|
||||
KEEP(*(.isr_vector)) /* Startup code */
|
||||
. = ALIGN(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue