summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-21 02:26:30 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-21 02:26:30 -0400
commita0410fa5011bd8907110f5bca96971bf0ac37216 (patch)
tree5c3c03f83f7d37731d3a69431d0c5a94cad547d5 /packet.c
parent9f50e48880b4f4ff974c88b851796e2afb23400e (diff)
downloadgpsd-a0410fa5011bd8907110f5bca96971bf0ac37216.tar.gz
TSIP Double Precision XYZ needs to be passed, as it says in the comment.
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/packet.c b/packet.c
index 9bb7723c..ecd775e9 100644
--- a/packet.c
+++ b/packet.c
@@ -1722,6 +1722,8 @@ void packet_parse(struct gps_packet_t *lexer)
/* pass */ ;
else if ((0x82 == pkt_id) && (0x05 == packetlen))
/* pass */ ;
+ else if (0x83 == pkt_id)
+ /* pass */ ;
else if ((0x84 == pkt_id)
&& ((0x28 <= packetlen) && (0x29 >= packetlen)))
/* pass */ ;