diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 07:50:27 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 07:50:27 -0400 |
commit | 79f06f62d4bdc3bcd62aee7527ed5730fac66d9f (patch) | |
tree | 907b981de77c10537a1a30739c73f21045caf680 /dummy_functions.c | |
parent | 0217dc1125af1d52aaf0bcf2df626dd5fabc9ed3 (diff) |
syst:err commands work now
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index 16564e8..f7cff85 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -9,7 +9,3 @@ 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) { } -int query_int(char** resp, int n) -{ - return 0; -} |