diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-04 23:52:46 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-04 23:52:46 +0000 |
commit | 78a0c8a542e84e6dbe6e346058869f5f3aa36c1f (patch) | |
tree | 44d38978118e0aad958a420a538ba9c58afe0e00 /openpicc/application/iso14443a_pretender.c | |
parent | 8ee27fd95f318b832630fa8e0b098e6ed176e6fe (diff) |
anticol working more often now
git-svn-id: https://svn.openpcd.org:2342/trunk@440 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/iso14443a_pretender.c')
-rw-r--r-- | openpicc/application/iso14443a_pretender.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |