From f10782b459ad8714908a6b70b17bc706ebfa031d Mon Sep 17 00:00:00 2001 From: henryk Date: Mon, 3 Dec 2007 09:23:49 +0000 Subject: ATQA needs to be transmitted with parity git-svn-id: https://svn.openpcd.org:2342/trunk@367 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443_layer3a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpicc/application/iso14443_layer3a.c') diff --git a/openpicc/application/iso14443_layer3a.c b/openpicc/application/iso14443_layer3a.c index 7694feb..c7cd936 100644 --- a/openpicc/application/iso14443_layer3a.c +++ b/openpicc/application/iso14443_layer3a.c @@ -42,7 +42,7 @@ static enum ISO14443_STATES state = STARTING_UP; const iso14443_frame ATQA_FRAME = { TYPE_A, - {{STANDARD_FRAME, NO_PARITY}}, + {{STANDARD_FRAME, PARITY}}, 2, 0, 0, {4, 0}, -- cgit v1.2.3