summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:35:32 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:35:32 -0500
commit9f06b3419173ce1c0f0967676c9eea2915c28418 (patch)
treec59103940e6876381e47124a9a0dc798316f2213 /globals.h
parentc9b47b6f58017ce6a0ae48a454545edb4715ca7a (diff)
optimized flash writing when changing serial settings
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 51c9f7c..bed0eef 100644
--- a/globals.h
+++ b/globals.h
@@ -415,7 +415,7 @@ typedef struct {
char warn_even_if_output_off; /* 129 */
- int baud; /* 130 */
+ int baud; /* 130 */
char parity;
char stopbits;
char databits;