summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-22 16:40:58 -0700
committerGary E. Miller <gem@rellim.com>2018-09-22 16:40:58 -0700
commit3c52fb3d526413120a38f15dcc123ae2f98fc1e5 (patch)
treea3674d34666ce35f404ee062ae160ea50646b498 /gps.h
parent0220c30ee51a2a776b45564b3eeb0a8a5dc2aaaf (diff)
downloadgpsd-3c52fb3d526413120a38f15dcc123ae2f98fc1e5.tar.gz
gps.h: MAXCHANNELS from 72 to 120.
The u-blox 9 tracks 120 signals. That is all the satellites in all the constellations, plus all the signals from each satellite.
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 58ff0d87..a322e177 100644
--- a/gps.h
+++ b/gps.h
@@ -45,7 +45,7 @@ extern "C" {
#define GPSD_API_MAJOR_VERSION 7 /* bump on incompatible changes */
#define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */
-#define MAXCHANNELS 72 /* must be > 12 GPS + 12 GLONASS + 2 WAAS */
+#define MAXCHANNELS 120 /* u-blox 9 tracks 140 signals */
#define MAXUSERDEVS 4 /* max devices per user */
#define GPS_PATH_MAX 128 /* for names like /dev/serial/by-id/... */