diff options
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r-- | gpsd.h-tail | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail index b79575af..7e0a2e5a 100644 --- a/gpsd.h-tail +++ b/gpsd.h-tail @@ -89,6 +89,8 @@ enum isgpsstat_t { }; #define RTCM_MAX (RTCM2_WORDS_MAX * sizeof(isgps30bits_t)) +/* RTCM is more variable length than RTCM 2 */ +#define RTCM3_MAX 512 /* * The packet buffers need to be as long than the longest packet we |