iso14a reader patches [Hagen Fritsch]

This commit is contained in:
adam@algroup.co.uk
2010-07-13 13:39:30 +00:00
parent 7e758047e4
commit 534983d735
12 changed files with 255 additions and 95 deletions

View File

@@ -643,7 +643,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
#ifdef WITH_ISO14443a
case CMD_READER_ISO_14443a:
ReaderIso14443a(c->arg[0]);
ReaderIso14443a(c, &ack);
break;
#endif