summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-01-10 12:42:48 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-01-10 12:42:48 -0500
commita950067545c52db618154994f76a5659d1be558c (patch)
tree561dedbd8991303a59abea7b14802c6056773ccb /packet_states.h
parent7ba55ad09f61c517ac05419152c5240b4a5f078b (diff)
downloadgpsd-a950067545c52db618154994f76a5659d1be558c.tar.gz
The particular Navcom binary protocol we support is called NCT.
All regression tests pass.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet_states.h b/packet_states.h
index 28b8272f..4158445f 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -105,7 +105,7 @@
#endif /* ITRAX_ENABLE */
#ifdef NAVCOM_ENABLE
- NAVCOM_EXPECTED, /* expecting Navcom packet */
+ NAVCOM_EXPECTED, /* expecting Navcom NCT packet */
NAVCOM_LEADER_1, /* saw leading 0x02 */
NAVCOM_LEADER_2, /* saw leading 0x99 */
NAVCOM_LEADER_3, /* saw leading 0x66 */