From 6865d112c3865cf3456a75411aad7dc09627c197 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 28 Dec 2006 03:58:47 +0000 Subject: having both enable-italk and enable-itrax is dumb. now, all itrax features (including italk and $PFST) shall be controlled with enable-itrax. obviously i'm hacking on italk again, so make the italk driver compile again. --- 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 fb2ea8ef..a0615f18 100644 --- a/packet_states.h +++ b/packet_states.h @@ -72,7 +72,7 @@ EVERMORE_RECOGNIZED, /* found end of EverMore packet */ #endif /* EVERMORE_ENABLE */ -#ifdef ITALK_ENABLE +#ifdef ITRAX_ENABLE ITALK_LEADER_1, /* saw leading < of iTalk packet */ ITALK_LEADER_2, /* saw leading ! of iTalk packet */ ITALK_LENGTH, /* saw packet length */ @@ -80,7 +80,7 @@ ITALK_DELIVERED, /* seen end of payload */ ITALK_TRAILER, /* saw iTalk trailer byte */ ITALK_RECOGNIZED, /* found end of the iTalk packet */ -#endif /* ITALK_ENABLE */ +#endif /* ITRAX_ENABLE */ #ifdef NAVCOM_ENABLE NAVCOM_EXPECTED, /* expecting Navcom packet */ -- cgit v1.2.1