mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +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)
|
#if defined(FAI_CHOICE)
|
||||||
case ITEM_RADIO_SETUP_FAI:
|
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 (attr && checkIncDec_Ret) {
|
||||||
if (g_eeGeneral.fai)
|
if (g_eeGeneral.fai)
|
||||||
POPUP_WARNING("FAI\001mode blocked!");
|
POPUP_WARNING("FAI\001mode blocked!");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue