diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-11 09:23:09 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-11 09:23:09 -0400 |
commit | c9b47b6f58017ce6a0ae48a454545edb4715ca7a (patch) | |
tree | 873df2844e82edf1f77c5c31a66906eb1cccbe0d /dummy_functions.c | |
parent | 959e1cf54cea0a3252c4852224a290c56c50df2a (diff) |
added support for serial parameters
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index d7c46f4..8f10b94 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -1,11 +1,6 @@ #include "dummy_functions.h" #include "globals.h" -int IO_Setup_RS232() -{ - return 0; -} - void GPIB_Set_Command_Error() {} void GPIB_Set_Query_Error() {} void GPIB_Set_Device_Dependent_Error() {} |