summaryrefslogtreecommitdiff
path: root/dummy_functions.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 07:50:27 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 07:50:27 -0400
commit79f06f62d4bdc3bcd62aee7527ed5730fac66d9f (patch)
tree907b981de77c10537a1a30739c73f21045caf680 /dummy_functions.c
parent0217dc1125af1d52aaf0bcf2df626dd5fabc9ed3 (diff)
syst:err commands work now
Diffstat (limited to 'dummy_functions.c')
-rw-r--r--dummy_functions.c4
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;
-}