From f14c20f3545fd3bcdf3d77c9fba8871d93da2027 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 2 Nov 2006 00:14:38 +0000 Subject: making italk have a better chance of working. at least it detects packets now. --- packet_states.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packet_states.h') diff --git a/packet_states.h b/packet_states.h index 8fad28f0..8f6c174f 100644 --- a/packet_states.h +++ b/packet_states.h @@ -71,11 +71,11 @@ #ifdef ITALK_ENABLE ITALK_LEADER_1, /* saw leading < of iTalk packet */ - ITALK_LEADER_2, /* saw leading * of iTalk packet */ - ITALK_LENGTH_1, /* saw MSB of packet length */ - ITALK_LENGTH_2, /* saw LSB of packet length */ + ITALK_LEADER_2, /* saw leading ! of iTalk packet */ + ITALK_LENGTH, /* saw packet length */ + ITALK_PAYLOAD, /* in payload part of iTalk Packet */ ITALK_DELIVERED, /* seen end of payload */ - ITALK_TRAILER_1, /* saw iTalk trailer byte */ + ITALK_TRAILER, /* saw iTalk trailer byte */ ITALK_RECOGNIZED, /* found end of the iTalk packet */ #endif /* ITALK_ENABLE */ -- cgit v1.2.1