summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-29 18:37:04 -0700
committerGary E. Miller <gem@rellim.com>2019-04-29 18:37:04 -0700
commitef77929ce3000a99bd7857959db65f9b200fa878 (patch)
treee27c304384c59d9a1a3ec69005bd385f2f4cff9a /gps.h
parentf31f6d5ed6e7d3394d871dbfb4a08284b26e2bed (diff)
downloadgpsd-ef77929ce3000a99bd7857959db65f9b200fa878.tar.gz
gps.h: Increase MAXCHANNELS to 140.
The u-blox 9 can track a LOT of channels.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 77400f9c..9e61ac44 100644
--- a/gps.h
+++ b/gps.h
@@ -49,11 +49,12 @@ extern "C" {
* Note: Some GPS call eph as epe, others call sep as epe
* Add gps_fix_t datum string, and qErr
* enlarge subtype to hold ZED-F9 string
+ * MAXCHANNELS bumped from 120 to 140
*/
#define GPSD_API_MAJOR_VERSION 8 /* bump on incompatible changes */
#define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */
-#define MAXCHANNELS 120 /* u-blox 9 tracks 140 signals */
+#define MAXCHANNELS 140 /* 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/... */