summaryrefslogtreecommitdiff
path: root/globals.h
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 /globals.h
parent9f693eba66b3ff9934050fd4b5c50b7660cc3096 (diff)
remove unused stopbit and echo settings
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index a630c15..995f399 100644
--- a/globals.h
+++ b/globals.h
@@ -408,10 +408,10 @@ typedef struct {
int baud; /* 130 */
char parity; // no longer used
- char stopbits;
+ char stopbits; // no longer used
char databits; // no longer used
char hardhand;
- char echo;
+ char echo; // no longer used
char spare1[23]; /* 139 */