Improve ScnRev

This commit is contained in:
Armel FAUVEAU
2024-09-30 06:22:33 +02:00
parent 5d2109435f
commit 9fe87338bf
2 changed files with 0 additions and 8 deletions

View File

@@ -232,13 +232,6 @@ const char* const gSubMenu_RXMode[] =
}; };
#endif #endif
const char gSubMenu_SC_REV[][13] =
{
"CARRIER\nFAST",
"CARRIER\nSLOW",
"STOP"
};
const char* const gSubMenu_MDF[] = const char* const gSubMenu_MDF[] =
{ {
"FREQ", "FREQ",

View File

@@ -165,7 +165,6 @@ extern const char* const gSubMenu_RXMode[4];
#ifdef ENABLE_VOICE #ifdef ENABLE_VOICE
extern const char gSubMenu_VOICE[3][4]; extern const char gSubMenu_VOICE[3][4];
#endif #endif
extern const char gSubMenu_SC_REV[3][13];
extern const char* const gSubMenu_MDF[4]; extern const char* const gSubMenu_MDF[4];
#ifdef ENABLE_ALARM #ifdef ENABLE_ALARM
extern const char gSubMenu_AL_MOD[2][5]; extern const char gSubMenu_AL_MOD[2][5];