summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 987ec768..afae7ae8 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -510,8 +510,8 @@ struct gps_device_t {
struct gps_fix_t newdata; /* where drivers put their data */
struct gps_fix_t oldfix; /* previous fix for error modeling */
#ifdef NMEA_ENABLE
- unsigned short sats_used[MAXCHANNELS];
struct {
+ unsigned short sats_used[MAXCHANNELS];
int part, await; /* for tracking GSV parts */
struct tm date; /* date part of last sentence time */
double subseconds; /* subsec part of last sentence time */
@@ -599,6 +599,7 @@ struct gps_device_t {
#endif /* SUPERSTAR2_ENABLE */
#ifdef TSIP_ENABLE
struct {
+ unsigned short sats_used[MAXCHANNELS];
bool superpkt; /* Super Packet mode requested */
time_t last_41; /* Timestamps for packet requests */
time_t last_48;