This commit is contained in:
iceman1001 2019-04-10 08:58:08 +02:00
parent 84233a8f85
commit 9c78f4d6d0

View file

@ -255,7 +255,7 @@ void GetKeySettings(uint8_t *aid) {
char messStr[512] = {0x00};
char *str = messStr;
uint8_t isOK = 0;
uint32_t options = NONE;
uint32_t options;
UsbCommand c = {CMD_MIFARE_DESFIRE};
UsbCommand resp;