summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-24 08:48:20 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-24 08:48:20 +0000
commit44958a2a8a4ba4c9d3f0c2fecffe0b95722db5f6 (patch)
treef19c856ea6bc822cfbd6085c53bcdf8bf7843ef2 /gps.h
parent15681d24fe6bcea31f3e3ddf6b6ec1bc3b2591e4 (diff)
downloadgpsd-44958a2a8a4ba4c9d3f0c2fecffe0b95722db5f6.tar.gz
Preparation for the TSIP driver.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 681e0d2a..ff134026 100644
--- a/gps.h
+++ b/gps.h
@@ -136,7 +136,7 @@ struct gps_data_t {
/* where and what gpsd thinks the device is */
char *gps_device; /* only valid if non-null. */
char *gps_id; /* only valid if non-null. */
- unsigned int baudrate, stopbits; /* RS232 link paramters */
+ unsigned int baudrate, parity, stopbits; /* RS232 link parameters */
unsigned int driver_mode; /* whether driver is in native mode or not */
/* device list */