]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
REM: Removed the CSETUID stub. Its implemented on the client side instead.
[proxmark3-svn] / armsrc / appmain.c
index 68b285837de377658fe6f8522bbb1e7c721fe5be..9ef70b9765ee6fed6f388659e0741b24e07e9a83 100644 (file)
@@ -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;
Impressum, Datenschutz