0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

removed something

This commit is contained in:
OneOfEleven
2023-10-24 18:36:29 +01:00
parent 0b0cf75db6
commit a94f99130f
6 changed files with 11 additions and 11 deletions

View File

@ -121,7 +121,7 @@ const t_menu_item g_menu_list[] =
{"BatTXT", VOICE_ID_INVALID, MENU_BAT_TXT },
{"MODE", VOICE_ID_INVALID, MENU_MOD_MODE }, // was "AM"
#ifdef ENABLE_AM_FIX
{"AM FIX", VOICE_ID_INVALID, MENU_AM_FIX },
// {"AM FIX", VOICE_ID_INVALID, MENU_AM_FIX },
#endif
#ifdef ENABLE_AM_FIX_TEST1
{"AM FT1", VOICE_ID_INVALID, MENU_AM_FIX_TEST1 },
@ -745,7 +745,7 @@ void UI_DisplayMenu(void)
case MENU_RX_BAR:
#endif
#ifdef ENABLE_AM_FIX
case MENU_AM_FIX:
// case MENU_AM_FIX:
#endif
case MENU_S_ADD1:
case MENU_S_ADD2:

View File

@ -110,7 +110,7 @@ enum
MENU_BAT_TXT,
MENU_MOD_MODE,
#ifdef ENABLE_AM_FIX
MENU_AM_FIX,
// MENU_AM_FIX,
#endif
#ifdef ENABLE_AM_FIX_TEST1
MENU_AM_FIX_TEST1,