mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-02 13:28:14 +08:00
REM: Removed the CSETUID stub. Its implemented on the client side instead.
This commit is contained in:
parent
5e336f53d9
commit
c8ba098a9b
1 changed files with 0 additions and 3 deletions
|
@ -842,9 +842,6 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_MIFAREUC_SETPWD:
|
||||
MifareUSetPwd(c->arg[0], c->d.asBytes);
|
||||
break;
|
||||
//case CMD_MIFAREU_SETUID:
|
||||
//MifareUSetUid(c->arg[0], c->d.asBytes);
|
||||
//break;
|
||||
case CMD_MIFARE_READSC:
|
||||
MifareReadSector(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue