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 /dummy_functions.c | |
parent | 442778960002ec8d78e5524ad0cbd9215fd228a2 (diff) |
remove IO_output_to_comm_bus from dummy functions
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 1 |
1 files changed, 0 insertions, 1 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) { } |