1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-20 23:05:09 +03:00

BOOT was optimized away

This commit is contained in:
bsongis 2014-04-08 16:43:47 +02:00
parent 845e6e06ea
commit 563aa62fcd

View file

@ -92,7 +92,7 @@ enum BootLoaderStates {
ST_USB,
ST_REBOOT,
const uint8_t bootloaderVersion[] __attribute__ ((section(".version"))) =
const uint8_t bootloaderVersion[] __attribute__ ((section(".version"), used)) =
{
'B', 'O', 'O', 'T', '1', '0'
};