summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-11 17:11:39 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-11 17:11:39 -0400
commite649c255397ae9dc5e616fcc08854e52ae5f2276 (patch)
tree77b7046c3bbd28e7d7ba40d64de7be42ba0c663b /gpsd.h-tail
parent5076fa7fb6bdc0d9c0591cde20a5b20452c4942c (diff)
downloadgpsd-e649c255397ae9dc5e616fcc08854e52ae5f2276.tar.gz
Simplify and improve the UBX mode-setting code.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 4203124b..320693fc 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -558,7 +558,7 @@ struct gps_device_t {
#ifdef UBX_ENABLE
struct {
bool have_port_configuration;
- unsigned char original_port_settings[20];
+ unsigned char port_settings[20];
unsigned char sbas_in_use;
} ubx;
#endif /* UBX_ENABLE */