summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-03-14 06:07:46 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-03-14 06:07:46 +0000
commit116b47431ae77bd26ff4447c13b8850bf87112c0 (patch)
treec9387bab2e2106ac81f8cd23ad865a6bc9ba4820 /gpsd.h
parent13edced9d321ac2e4602b9a7f6c025ce8068bd0d (diff)
downloadgpsd-116b47431ae77bd26ff4447c13b8850bf87112c0.tar.gz
Document the fact that the reason we accept oversized NMEA sentences is...
...that my TN-200 with firmware 2.3.2 generates those on occasion.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 7489c3eb..f04ae6d0 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -27,6 +27,7 @@
/* First, declarations for the packet layer... */
+/* XXX Some receivers (TN-200, GSW 2.3.2) emit oversized sentences (>82) */
#define NMEA_MAX 86 /* max length of NMEA sentence */
#define NMEA_BIG_BUF (2*NMEA_MAX+1) /* longer than longest NMEA sentence */