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:
parent
f81c31510b
commit
0e0b1792e4
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue