Adjustments after the big merge from PM3 master.
This commit is contained in:
@@ -847,7 +847,6 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
||||
MifareUWriteBlock(c->arg[0], c->d.asBytes);
|
||||
break;
|
||||
case CMD_MIFAREU_WRITEBL:
|
||||
MifareUWriteBlock_Special(c->arg[0], c->d.asBytes);
|
||||
MifareUWriteBlock_Special(c->arg[0], c->arg[1], c->d.asBytes);
|
||||
break;
|
||||
case CMD_MIFARE_NESTED:
|
||||
|
||||
Reference in New Issue
Block a user