1
0
Fork 0
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:
Eike Ahmels 2023-04-15 16:51:53 +02:00 committed by GitHub
parent 20747ec3e3
commit 66d7f05448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 11 deletions

View file

@ -39,7 +39,7 @@ SECTIONS
.isr_vector :
{
. = ALIGN(512);
. = ALIGN(4);
PROVIDE (isr_vector_table_base = .);
KEEP(*(.isr_vector)) /* Startup code */
. = ALIGN(4);