1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 22:35:12 +03:00

switchState function is not needed in the bootloader

This commit is contained in:
bsongis 2014-06-30 12:07:04 +02:00
parent f81c31510b
commit 0e0b1792e4

View file

@ -122,6 +122,7 @@ void readKeysAndTrims()
}
}
#if !defined(BOOT)
bool switchState(EnumKeys enuk)
{
register uint32_t xxx = 0;
@ -225,6 +226,7 @@ bool switchState(EnumKeys enuk)
return xxx;
}
#endif
#if !defined(SIMU)
void keysInit()