From c8ba098a9bd163cf8b98f6baae80a5b2003f67ad Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 28 Apr 2015 23:34:16 +0200 Subject: [PATCH] REM: Removed the CSETUID stub. Its implemented on the client side instead. --- armsrc/appmain.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 68b28583..9ef70b97 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -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; -- 2.39.2