From ab458173107291371d7965733df09505852cb5d6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 11 Dec 2007 09:36:50 +0000 Subject: Integrated Garmin Simple Text Protocol driver from Petr Slansky. --- packet_states.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet_states.h') diff --git a/packet_states.h b/packet_states.h index 42d03627..b3a0af95 100644 --- a/packet_states.h +++ b/packet_states.h @@ -64,8 +64,9 @@ ZODIAC_RECOGNIZED, /* found end of the Zodiac packet */ #endif /* ZODIAC_ENABLE */ -#ifdef TNT_ENABLE +#if defined(TNT_ENABLE) || defined(GARMINTXT_ENABLE) TNT_LEADER, /* saw True North status leader '@' */ + /* Garmin Simple Text starts with @ leader */ #endif #ifdef EVERMORE_ENABLE @@ -131,5 +132,4 @@ RTCM_RECOGNIZED, /* we have an RTCM packet */ #endif /* RTCM104_ENABLE */ - /* end of packet_states.h */ -- cgit v1.2.1