]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
REM: Removed the CSETUID stub. Its implemented on the client side instead.
authoriceman1001 <iceman@iuse.se>
Tue, 28 Apr 2015 21:34:16 +0000 (23:34 +0200)
committericeman1001 <iceman@iuse.se>
Tue, 28 Apr 2015 21:34:16 +0000 (23:34 +0200)
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