1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Register popup fix

This commit is contained in:
Bertrand Songis 2019-05-06 09:56:01 +02:00
parent 88bff79523
commit 61700b56b6
13 changed files with 26 additions and 16 deletions

View file

@ -169,7 +169,14 @@ void killEvents(event_t event)
}
}
bool clearKeyEvents()
void killAllEvents()
{
for (uint8_t key = 0; key < DIM(keys); key++) {
keys[key].killEvents();
}
}
bool waitKeysReleased()
{
#if defined(PCBSKY9X)
RTOS_WAIT_MS(200); // 200ms