chg: 'hf iclass sniff' - still problems with the dmabuffer

This commit is contained in:
iceman1001 2018-01-02 19:10:55 +01:00
commit 6e93ed80a3
5 changed files with 49 additions and 48 deletions

View file

@ -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);