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

Another overflow in timer mode display

This commit is contained in:
Bertrand Songis 2019-07-13 13:52:58 +02:00
parent 30557ba383
commit 4f180b157c
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
8 changed files with 11 additions and 9 deletions

View file

@ -85,6 +85,7 @@ void Key::input(bool val)
m_cnt = 0;
}
break;
case KSTATE_START:
// TRACE("key %d FIRST", key());
putEvent(EVT_KEY_FIRST(key()));