diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-06 13:06:35 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-06 13:06:35 -0400 |
commit | 61990ae8b79aca30745eca02b44e63c377504176 (patch) | |
tree | 6a7665f4aaf6402462bddacf45c4c14171de35e6 /menus.c | |
parent | 6e01ae99f1b7b61e6057454891d9bbd11db2196f (diff) |
add a periodic_poll function to check buttons (and gpib in future)
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2895,7 +2895,7 @@ static void Read_Keypad(int *button_port_val, int *upper_encoder_val, int *lower } -GSourceFunc Menu_Check_Buttons(void) +void Menu_Check_Buttons(void) { int button_port_val; int upper_encoder_val; @@ -2987,8 +2987,6 @@ GSourceFunc Menu_Check_Buttons(void) Submenu_Service_Encoder(encoder_change); } } - - return TRUE; } |