diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 11:56:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 11:56:39 -0400 |
commit | f29d7c0652072b482679c2503be6f2524f45fe35 (patch) | |
tree | 4b37cc5405b11f0f3d7d9f3cc3fdec34fd8abd1c /menus.c | |
parent | f6b720f01c50db461095bd9365fa2f9d1047c4f8 (diff) |
more obsolete FIXMEs removed
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 */ |