diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:35:32 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:35:32 -0500 |
commit | 9f06b3419173ce1c0f0967676c9eea2915c28418 (patch) | |
tree | c59103940e6876381e47124a9a0dc798316f2213 /globals.h | |
parent | c9b47b6f58017ce6a0ae48a454545edb4715ca7a (diff) |
optimized flash writing when changing serial settings
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |