summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/menus.c b/menus.c
index 19662aa..229020d 100644
--- a/menus.c
+++ b/menus.c
@@ -157,9 +157,6 @@
#define Show_avrq_ampl 1900
-// FIXME - eliminate fixed width variables
-// FIXME - tidy up menu global vars
-
/* KEY MENU-JUGGLING VARIABLES - controlling what is actually shown on the display */
int menu_cursor_pos;
@@ -1218,7 +1215,6 @@ static void Submenu_Display(int change_selection)
int i;
int channel;
- // FIXME - check for redundant clearing
if ( (globals.MenuStatus.Type_Of_Menu != Submenu_On) ||
(globals.MenuStatus.Error_Screen == YES) ||
(globals.MenuStatus.Nonstd_Display == YES) ||
@@ -2734,6 +2730,8 @@ static void Read_Keypad(int *button_port_val, int *upper_encoder_val, int *lower
#define Over_Volt 0x20 /* over-voltage */
#define Over_Other 0x40 /* over-other */
+// FIXME - alarm detection not working?
+
int new_button_state;
/* read the button data */