mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +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)
|
bool switchState(EnumKeys enuk)
|
||||||
{
|
{
|
||||||
register uint32_t xxx = 0;
|
register uint32_t xxx = 0;
|
||||||
|
@ -225,6 +226,7 @@ bool switchState(EnumKeys enuk)
|
||||||
|
|
||||||
return xxx;
|
return xxx;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(SIMU)
|
#if !defined(SIMU)
|
||||||
void keysInit()
|
void keysInit()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue