iso14a reader patches [Hagen Fritsch]

This commit is contained in:
adam@algroup.co.uk 2010-07-13 13:39:30 +00:00
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