mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 16:55:15 +03:00
BOOT was optimized away
This commit is contained in:
parent
845e6e06ea
commit
563aa62fcd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ enum BootLoaderStates {
|
||||||
ST_USB,
|
ST_USB,
|
||||||
ST_REBOOT,
|
ST_REBOOT,
|
||||||
|
|
||||||
const uint8_t bootloaderVersion[] __attribute__ ((section(".version"))) =
|
const uint8_t bootloaderVersion[] __attribute__ ((section(".version"), used)) =
|
||||||
{
|
{
|
||||||
'B', 'O', 'O', 'T', '1', '0'
|
'B', 'O', 'O', 'T', '1', '0'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue