diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-05 10:07:24 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-05 10:07:24 -0400 |
commit | 375335aaefeca5f7bd05d091c636e65ef89d46bf (patch) | |
tree | 69aac83e834f3974830c1e0a31948d0ddac29c6c /menus.c | |
parent | e6a964f0f88b90cdb559e2ae5ce2e73e31381f99 (diff) |
added timer loop to check buttons
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2886,7 +2886,7 @@ static void Read_Keypad(int *button_port_val, int *upper_encoder_val, int *lower } -gboolean Menu_Check_Buttons(void) +GSourceFunc Menu_Check_Buttons(void) { int error_num; int button_port_val; |