X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6fc68747f68c47b65215013545c7c551105a366a..b82c2f85e457f361b119d21a31f3263ac3489cc8:/armsrc/appmain.c diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 7654c9e3..59011df2 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -71,6 +71,11 @@ void ToSendStuffBit(int b) { } } +void PrintToSendBuffer(void){ + DbpString("Printing ToSendBuffer:"); + Dbhexdump(ToSendMax, ToSend, 0); +} + //============================================================================= // Debug print functions, to go out over USB, to the usual PC-side client. //============================================================================= @@ -1066,7 +1071,7 @@ void UsbPacketReceived(uint8_t *packet, int len) SnoopIso14443b(); break; case CMD_SIMULATE_TAG_ISO_14443B: - SimulateIso14443bTag(); + SimulateIso14443bTag(c->arg[0]); break; case CMD_ISO_14443B_COMMAND: //SendRawCommand14443B(c->arg[0],c->arg[1],c->arg[2],c->d.asBytes);