summaryrefslogtreecommitdiff
path: root/dummy_functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 14:07:46 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 14:07:46 -0400
commit4f3c377fad09d348b0b9df636256ec3eecbc25d4 (patch)
tree831bcc2f634b4ddfa74cf7b61d007afe04080269 /dummy_functions.h
parent442778960002ec8d78e5524ad0cbd9215fd228a2 (diff)
remove IO_output_to_comm_bus from dummy functions
Diffstat (limited to 'dummy_functions.h')
-rw-r--r--dummy_functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy_functions.h b/dummy_functions.h
index 7a24c16..aced9b3 100644
--- a/dummy_functions.h
+++ b/dummy_functions.h
@@ -8,7 +8,6 @@ void GPIB_Set_Query_Error();
void GPIB_Set_Device_Dependent_Error();
void GPIB_Set_Execution_Error();
void Main_update_shift_registers();
-void IO_output_to_comm_bus(char* w, int n);
void Error_check(void*);
#endif