diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-11 15:16:33 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-11 15:16:33 -0400 |
commit | 74b9ff28228e3858ef4bc181a34a9acf9ca6be79 (patch) | |
tree | 97d86198073500ef287f8298d6f8df713773d037 /device-functions.h | |
parent | 9f693eba66b3ff9934050fd4b5c50b7660cc3096 (diff) |
remove unused stopbit and echo settings
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 c676a2e..6625519 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 stopbits, char handshake, char echo, gboolean update_flash); +int IO_Setup_RS232(int baud, char handshake, gboolean update_flash); #endif |