diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:49:54 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:49:54 -0500 |
commit | 6f54d6f2efeb88630e69cd673f5be55e16735f22 (patch) | |
tree | 5a4757adfb20e2fe9b7fe66bb3b9135389cb4774 /device-functions.h | |
parent | 26fbe0556b9260c29ac1aa082d7ce3baacadb665 (diff) |
removed parity and databit settings, because they are now automatic
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 2 |
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 |