mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Fix FAICHOICE 212 compilation
This commit is contained in:
parent
e45d0d5293
commit
c126a082f7
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ void menuRadioSetup(event_t event)
|
|||
|
||||
#if defined(FAI_CHOICE)
|
||||
case ITEM_RADIO_SETUP_FAI:
|
||||
editCheckBox(g_eeGeneral.fai, RADIO_SETUP_2ND_COLUMN, y, "FAI Mode"), attr, event;
|
||||
editCheckBox(g_eeGeneral.fai, RADIO_SETUP_2ND_COLUMN, y, "FAI Mode", attr, event);
|
||||
if (attr && checkIncDec_Ret) {
|
||||
if (g_eeGeneral.fai)
|
||||
POPUP_WARNING("FAI\001mode blocked!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue