mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 13:55:12 +03:00
Wrong key for RESET in DEBUG menu
This commit is contained in:
parent
5d40e1e5c9
commit
8f47a2ebb5
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ void menuStatisticsDebug(uint8_t event)
|
||||||
switch(event)
|
switch(event)
|
||||||
{
|
{
|
||||||
#if defined(CPUARM)
|
#if defined(CPUARM)
|
||||||
case EVT_KEY_LONG(KEY_MENU):
|
case EVT_KEY_LONG(KEY_ENTER):
|
||||||
g_eeGeneral.mAhUsed = 0;
|
g_eeGeneral.mAhUsed = 0;
|
||||||
g_eeGeneral.globalTimer = 0;
|
g_eeGeneral.globalTimer = 0;
|
||||||
eeDirty(EE_GENERAL);
|
eeDirty(EE_GENERAL);
|
||||||
|
@ -114,7 +114,7 @@ void menuStatisticsDebug(uint8_t event)
|
||||||
AUDIO_KEYPAD_UP();
|
AUDIO_KEYPAD_UP();
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case EVT_KEY_FIRST(KEY_MENU):
|
case EVT_KEY_FIRST(KEY_ENTER):
|
||||||
#if !defined(CPUARM)
|
#if !defined(CPUARM)
|
||||||
g_tmr1Latency_min = 0xff;
|
g_tmr1Latency_min = 0xff;
|
||||||
g_tmr1Latency_max = 0;
|
g_tmr1Latency_max = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue