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.h | |
parent | 6e01ae99f1b7b61e6057454891d9bbd11db2196f (diff) |
add a periodic_poll function to check buttons (and gpib in future)
Diffstat (limited to 'menus.h')
-rw-r--r-- | menus.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ void Menu_Refresh(); void Menu_Update_Display(void); void Menu_Clear_Buttons(void); -GSourceFunc Menu_Check_Buttons(void); +void Menu_Check_Buttons(void); |