diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-30 11:38:48 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-30 11:38:48 -0400 |
commit | d6c71646ddc4a34293bb5cadde78a30806d8eace (patch) | |
tree | 11ab0d737aca55ccf3e96df40cd8624f75c85dfd /dummy_functions.c | |
parent | 996f3d52275475f2478f377f12f0ef7571ecc795 (diff) |
first attempt at lcd menus
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index 3cb6039..4760c0a 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -1,13 +1,6 @@ #include "dummy_functions.h" #include "globals.h" -void Menu_Refresh() {} -void Menu_Update_Display() {} -int Menu_Clear_Buttons(void) -{ - return 0; -} - int IO_Setup_RS232() { return 0; @@ -40,4 +33,5 @@ void GPIB_clear_events () {} void GPIB_change_address(int new_address) {} void Main_update_shift_registers() { } +void Main_return_to_local() {} |