From 1016f644a1609ff13ef02a96c79ccf3cbe4e214d Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 16:25:57 +0000 Subject: - disable debug statements - cleanly initialize pps[2] git-svn-id: https://svn.gnumonks.org/trunk/librfid@1672 e0336214-984f-0b4b-a45f-81c69e1f0ede --- src/rfid_proto_tcl.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/rfid_proto_tcl.c') diff --git a/src/rfid_proto_tcl.c b/src/rfid_proto_tcl.c index 13fba08..901e42c 100644 --- a/src/rfid_proto_tcl.c +++ b/src/rfid_proto_tcl.c @@ -36,17 +36,6 @@ #include "rfid_iso14443_common.h" -#if 0 -#ifdef DEBUGP -#undef DEBUGP -#define DEBUGP(x, ...) -#endif -#ifdef DEBUGPC -#undef DEBUGPC -#define DEBUGPC(x, ...) -#endif -#endif - static enum rfid_frametype l2_to_frame(unsigned int layer2) { switch (layer2) { @@ -281,6 +270,7 @@ tcl_do_pps(struct rfid_protocol_handle *h) ppss[0] = 0xd0 | (h->priv.tcl.cid & 0x0f); ppss[1] = 0x11; + ppss[2] = 0x00; /* FIXME: deal with different speed for each direction */ DrI = d_to_di(h, Dr); -- cgit v1.2.3