summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:57:01 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:57:01 +0900
commit5161a54e189b59d8115a81b75d930906bb9af882 (patch)
tree626d9cdd97241466b41ea1d2f4b1d9c4153d59d9 /device-functions.h
parentdf12b3e0ee4c0ae8531cf9c11052fa40172bba24 (diff)
fix RS232 menu - menu did not stored new settings to flash
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 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);