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 /instr-daemon.c | |
parent | df12b3e0ee4c0ae8531cf9c11052fa40172bba24 (diff) |
fix RS232 menu - menu did not stored new settings to flash
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 3 |
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... "); |