summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-11 15:16:33 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-11 15:16:33 -0400
commit74b9ff28228e3858ef4bc181a34a9acf9ca6be79 (patch)
tree97d86198073500ef287f8298d6f8df713773d037 /flash.c
parent9f693eba66b3ff9934050fd4b5c50b7660cc3096 (diff)
remove unused stopbit and echo settings
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash.c b/flash.c
index d2e7bcd..e991cef 100644
--- a/flash.c
+++ b/flash.c
@@ -359,10 +359,10 @@ static void initFlashValues(FlashStruct *mem)
mem->baud = 1200;
mem->parity = rs232_parity_none; // no longer used
- mem->stopbits = 1;
+ mem->stopbits = 1; // no longer used
mem->databits = 8; // no longer used
mem->hardhand = 1;
- mem->echo = 1;
+ mem->echo = 1; // no longer used
mem->on_off_used=1;