From 78a0c8a542e84e6dbe6e346058869f5f3aa36c1f Mon Sep 17 00:00:00 2001 From: henryk Date: Tue, 4 Mar 2008 23:52:46 +0000 Subject: anticol working more often now git-svn-id: https://svn.openpcd.org:2342/trunk@440 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443a_pretender.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openpicc/application/iso14443a_pretender.c') diff --git a/openpicc/application/iso14443a_pretender.c b/openpicc/application/iso14443a_pretender.c index afbebdb..9045f53 100644 --- a/openpicc/application/iso14443a_pretender.c +++ b/openpicc/application/iso14443a_pretender.c @@ -94,6 +94,7 @@ static void fast_receive_callback(ssc_dma_rx_buffer_t *buffer, u_int8_t in_irq) switch(buffer->len_transfers) { case 3: case 4: /* REQA (7 bits) */ //case 7: case 8: case 9: + case 11: tx_buffer = &ATQA_BUFFER; fdt = 1172; break; -- cgit v1.2.3