diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:57:01 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:57:01 +0900 |
commit | 5161a54e189b59d8115a81b75d930906bb9af882 (patch) | |
tree | 626d9cdd97241466b41ea1d2f4b1d9c4153d59d9 /device-functions.h | |
parent | df12b3e0ee4c0ae8531cf9c11052fa40172bba24 (diff) |
fix RS232 menu - menu did not stored new settings to flash
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 6e5287c..6e05da6 100644 --- a/device-functions.h +++ b/device-functions.h @@ -69,7 +69,7 @@ void Set_Sav(int setting_num); void Main_update_shift_registers(); -int IO_Setup_RS232(int baud, char handshake, gboolean update_flash); +int IO_Setup_RS232(int baud, char handshake); int change_password (gchar *old_password, gchar *new_password); |