From 1aead380840db92adbb6ed3cdb213e93276956a9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Aug 2005 15:15:55 +0000 Subject: True North support integrated. It's not compiled in by default, but it does require one architecture change -- device channels is now a driver- specific capability, since the Thales GPS our TrueNorth user is working with has 14 channels. --- packet_states.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packet_states.h') diff --git a/packet_states.h b/packet_states.h index c04b8a40..7b2d8519 100644 --- a/packet_states.h +++ b/packet_states.h @@ -56,6 +56,10 @@ ZODIAC_RECOGNIZED, /* found end of the Zodiac packet */ #endif /* ZODIAC_ENABLE */ +#ifdef TNT_ENABLE + TNT_LEADER, /* saw True North status leader '@' */ +#endif + #ifdef EVERMORE_ENABLE EVERMORE_LEADER_1, /* a DLE after having seen EverMore data */ EVERMORE_LEADER_2, /* seen opening STX of EverMore packet */ -- cgit v1.2.1