From a4d1d1619b307e0ac89bd622eba9d10caaadf837 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Mon, 6 Apr 2015 20:41:50 +0200 Subject: [PATCH] phone.c: Remove double define of waittime --- sam3s_example/simtrace/phone.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sam3s_example/simtrace/phone.c b/sam3s_example/simtrace/phone.c index 9e65c80e..0cc5da01 100644 --- a/sam3s_example/simtrace/phone.c +++ b/sam3s_example/simtrace/phone.c @@ -62,8 +62,9 @@ * shall acknowledge by S(WTX response) with the same INF. * The time allocated starts at the leading edge of the last character of S(WTX response). */ -#define WTX_req 0b10000011 -#define WTX_req 0b10100011 +// FIXME: Two times the same name for the define, which one is right? +//#define WTX_req 0b10000011 +//#define WTX_req 0b10100011 // Alternatively: /* For T = 0 Protocol: The firmware on receiving the NULL (0x60) Procedure byte from the card, notifies it to the driver using the RDR_to_PC_DataBlock response. During this period, the reception of bytes