diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-05 09:46:10 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-05 09:46:10 -0400 |
commit | e99699f25d177ca1a6e08730d91a48bf7f123f68 (patch) | |
tree | 4282066c254d32124cfab0f957dc6ece706d0bf8 /menus.c | |
parent | 0113e9dd36a495932d1e63cbc1348a9fc0e38738 (diff) |
expose Menu_Check_Buttons
Diffstat (limited to 'menus.c')
-rw-r--r-- | menus.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -206,7 +206,6 @@ static int Submenu_Mult_Value(float mult_by); static void Submenu_Service_Encoder(int encoder_change); static void Nonstd_menu_default_rs232(void); static void Nonstd_menu_model_info(void); -static void Menu_Check_Buttons(void); static int Submenu_Implement_Changes(void); static void Nonstd_menu_network(void); static void Read_Keypad(int *button_port_val, int *upper_encoder_val, int *lower_encoder_val); @@ -2887,7 +2886,7 @@ static void Read_Keypad(int *button_port_val, int *upper_encoder_val, int *lower } -static void Menu_Check_Buttons(void) +void Menu_Check_Buttons(void) { int error_num; int button_port_val; |