summaryrefslogtreecommitdiff
path: root/instr-daemon.c
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 /instr-daemon.c
parentdf12b3e0ee4c0ae8531cf9c11052fa40172bba24 (diff)
fix RS232 menu - menu did not stored new settings to flash
Diffstat (limited to 'instr-daemon.c')
-rw-r--r--instr-daemon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/instr-daemon.c b/instr-daemon.c
index 09675a0..9547df5 100644
--- a/instr-daemon.c
+++ b/instr-daemon.c
@@ -238,8 +238,7 @@ int main(int argc, char **argv)
GPIB_initialize();
IO_Setup_RS232( globals.Flash.baud,
- globals.Flash.hardhand,
- FALSE);
+ globals.Flash.hardhand);
/* start-up delay */
LCD_write(3,0,"Warming up, please wait... ");