mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: 'hf iclass sniff' - still problems with the dmabuffer
This commit is contained in:
parent
f0a5d10354
commit
6e93ed80a3
5 changed files with 49 additions and 48 deletions
|
@ -932,7 +932,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
case CMD_ICLASS_EML_MEMSET:
|
||||
//iceman, should call FPGADOWNLOAD before, since it corrupts BigBuf
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
emlSet(c->d.asBytes,c->arg[0], c->arg[1]);
|
||||
emlSet(c->d.asBytes, c->arg[0], c->arg[1]);
|
||||
break;
|
||||
case CMD_ICLASS_WRITEBLOCK:
|
||||
iClass_WriteBlock(c->arg[0], c->d.asBytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue