diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-14 18:29:28 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-14 18:29:28 +0000 |
commit | f7a420f2387b0bb660df08954d4bf35a66937203 (patch) | |
tree | 43d7ca7aef351e23bde9081bf7f41433b71ed3b3 /openpicc/Makefile | |
parent | b7a11d3b34aebfc77addfcd2ef7803c38d4e1dcc (diff) |
Faked anticollision working now. During stress test (OpenPCD reqa firmware in anticol mode performing one cycle every 70ms) there were 52 late frames in 15992.
git-svn-id: https://svn.openpcd.org:2342/trunk@454 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/Makefile')
-rw-r--r-- | openpicc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openpicc/Makefile b/openpicc/Makefile index b4270ab..e11eae5 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -110,9 +110,9 @@ ARM_SRC= \ os/core/MemMang/heap_2.c \ os/usb/USB-CDC.c \ os/usb/USBIsr.c \ - application/iso14443_sniffer.c \ + application/iso14443a_pretender.c \ +# application/iso14443_sniffer.c \ # application/tc_sniffer.c \ -# application/iso14443a_pretender.c \ # application/iso14443_layer3a.c # |