mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
HAL_ChibiOS: rename ecc_raw to apsec_data
This commit is contained in:
parent
36e9f9b7d1
commit
f8b1169165
@ -72,7 +72,7 @@ SECTIONS
|
||||
{
|
||||
/* we want app_descriptor near the start of flash so a false
|
||||
positive isn't found by the bootloader (eg. ROMFS) */
|
||||
KEEP(*(.ecc_raw));
|
||||
KEEP(*(.apsec_data));
|
||||
KEEP(*(.app_descriptor));
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
|
@ -220,7 +220,7 @@ SECTIONS
|
||||
positive isn't found by the bootloader (eg. ROMFS) */
|
||||
KEEP(*libch.a:vectors.o);
|
||||
KEEP(*libch.a:crt0_v7m.o);
|
||||
KEEP(*(.ecc_raw));
|
||||
KEEP(*(.apsec_data));
|
||||
KEEP(*(.app_descriptor));
|
||||
*(.text)
|
||||
*(.text.*)
|
||||
|
Loading…
Reference in New Issue
Block a user