summaryrefslogtreecommitdiff
path: root/dummy_functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-30 11:38:48 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-30 11:38:48 -0400
commitd6c71646ddc4a34293bb5cadde78a30806d8eace (patch)
tree11ab0d737aca55ccf3e96df40cd8624f75c85dfd /dummy_functions.h
parent996f3d52275475f2478f377f12f0ef7571ecc795 (diff)
first attempt at lcd menus
Diffstat (limited to 'dummy_functions.h')
-rw-r--r--dummy_functions.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/dummy_functions.h b/dummy_functions.h
index a7dd896..38e5542 100644
--- a/dummy_functions.h
+++ b/dummy_functions.h
@@ -3,10 +3,6 @@
#include "globals.h"
-void Menu_Refresh();
-void Menu_Update_Display();
-int Menu_Clear_Buttons(void);
-
int IO_Setup_RS232();
void GPIB_Set_Command_Error();
@@ -24,6 +20,7 @@ void GPIB_clear_events ();
void GPIB_change_address(int new_address);
void Main_update_shift_registers();
+void Main_return_to_local();
#endif