fixes from #616
This commit is contained in:
@@ -271,13 +271,11 @@ void GetKeySettings( uint8_t *aid){
|
||||
char *str = messStr;
|
||||
uint8_t isOK = 0;
|
||||
uint32_t options = NONE;
|
||||
UsbCommand c;
|
||||
UsbCommand c = {CMD_MIFARE_DESFIRE};
|
||||
UsbCommand resp;
|
||||
|
||||
//memset(messStr, 0x00, 512);
|
||||
|
||||
c.cmd = CMD_MIFARE_DESFIRE;
|
||||
|
||||
if ( aid == NULL ){
|
||||
PrintAndLogEx(NORMAL, " CMK - PICC, Card Master Key settings ");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
||||
Reference in New Issue
Block a user