summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:49:54 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:49:54 -0500
commit6f54d6f2efeb88630e69cd673f5be55e16735f22 (patch)
tree5a4757adfb20e2fe9b7fe66bb3b9135389cb4774 /device-functions.h
parent26fbe0556b9260c29ac1aa082d7ce3baacadb665 (diff)
removed parity and databit settings, because they are now automatic
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.h b/device-functions.h
index de4f1b8..c676a2e 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -71,6 +71,6 @@ void Set_Sav(int setting_num);
void Main_update_shift_registers();
-int IO_Setup_RS232(int baud, char parity, char stopbits, char databits, char handshake, char echo, gboolean update_flash);
+int IO_Setup_RS232(int baud, char stopbits, char handshake, char echo, gboolean update_flash);
#endif