summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-18 18:18:45 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-18 18:18:45 -0500
commit1fb53958390c82fb230d3816a2a8f5d80365136d (patch)
tree874b38ccfc84c2a2bc5023d59796590614f11214 /gps.h
parent9adab86bffee88b5ae49d6cb13d350e3621e7eef (diff)
downloadgpsd-1fb53958390c82fb230d3816a2a8f5d80365136d.tar.gz
Bump MAXCHANNELS to 72 in order to avoid a future ABI break.
Someday we're going to have to deal with survey-grade receivers. Good idea to "waste" 40 words now if we can avoid an ABI break then.
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 0fb4847a..b63d8298 100644
--- a/gps.h
+++ b/gps.h
@@ -46,7 +46,7 @@ extern "C" {
#define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */
#define MAXTAGLEN 8 /* maximum length of sentence tag name */
-#define MAXCHANNELS 32 /* must be > 12 GPS + 12 GLONASS + 2 WAAS */
+#define MAXCHANNELS 72 /* must be > 12 GPS + 12 GLONASS + 2 WAAS */
#define GPS_PRNMAX 32 /* above this number are SBAS satellites */
#define GPS_PATH_MAX 64 /* dev files usually have short names */
#define GPS_BUFFER_MAX 3072 /* enough for two maximun-size JSON objects */