mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Hopefully the last async eeprom write bug solved (missing wdt_reset)... Clear Mixes not working
This commit is contained in:
parent
807e76f112
commit
dc0b387b6e
11 changed files with 70 additions and 48 deletions
|
@ -346,7 +346,7 @@ void menuProcTime(uint8_t event)
|
|||
|
||||
void menuProcTrainer(uint8_t event)
|
||||
{
|
||||
MENU("TRAINER", menuTabDiag, e_Trainer, 7, {0, 2, 2, 2, 2/*, 0, 0*/});
|
||||
MENU("TRAINER", menuTabDiag, e_Trainer, 7, {0, 2, 2, 2, 2, 0/*, 0*/});
|
||||
|
||||
int8_t sub = m_posVert;
|
||||
uint8_t subSub = m_posHorz;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue