diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 14:07:46 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 14:07:46 -0400 |
commit | 4f3c377fad09d348b0b9df636256ec3eecbc25d4 (patch) | |
tree | 831bcc2f634b4ddfa74cf7b61d007afe04080269 | |
parent | 442778960002ec8d78e5524ad0cbd9215fd228a2 (diff) |
remove IO_output_to_comm_bus from dummy functions
-rw-r--r-- | dummy_functions.c | 1 | ||||
-rw-r--r-- | dummy_functions.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index f7cff85..ffd4917 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -7,5 +7,4 @@ 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) { } //replace with real function void Error_check(void* p) { } 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 |