summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:49:54 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:49:54 -0500
commit6f54d6f2efeb88630e69cd673f5be55e16735f22 (patch)
tree5a4757adfb20e2fe9b7fe66bb3b9135389cb4774 /flash.c
parent26fbe0556b9260c29ac1aa082d7ce3baacadb665 (diff)
removed parity and databit settings, because they are now automatic
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 34f6e7f..d2e7bcd 100644
--- a/flash.c
+++ b/flash.c
@@ -358,9 +358,9 @@ static void initFlashValues(FlashStruct *mem)
mem->telnet_logon_timeout=30; /* thirty seconds */
mem->baud = 1200;
- mem->parity = rs232_parity_none;
+ mem->parity = rs232_parity_none; // no longer used
mem->stopbits = 1;
- mem->databits = 8;
+ mem->databits = 8; // no longer used
mem->hardhand = 1;
mem->echo = 1;