Skip to content

Commit

Permalink
added missing file update
Browse files Browse the repository at this point in the history
  • Loading branch information
digant73 committed Sep 3, 2023
1 parent b38c200 commit edcbe39
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions TFT/src/User/Menu/Tuning.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ void menuTuning(void)
{ICON_NULL, LABEL_NULL},
#endif
{ICON_NULL, LABEL_NULL},
#ifdef DEBUG_MONITORING
{ICON_SCREEN_INFO, LABEL_SCREEN_INFO},
#else
{ICON_NULL, LABEL_NULL},
#endif
{ICON_NULL, LABEL_NULL},
{ICON_NULL, LABEL_NULL},
{ICON_BACK, LABEL_BACK},
}
Expand Down Expand Up @@ -93,12 +89,6 @@ void menuTuning(void)

break;

#ifdef DEBUG_MONITORING
case KEY_ICON_5:
OPEN_MENU(menuMonitoring);
break;
#endif

case KEY_ICON_7:
CLOSE_MENU();
break;
Expand Down

0 comments on commit edcbe39

Please sign in to comment.