small fix

This commit is contained in:
merlokk 2019-02-20 21:15:44 +02:00
parent 583b732268
commit 1675b10c00

View file

@ -435,7 +435,7 @@ int mfReadSector(uint8_t sectorNo, uint8_t keyType, uint8_t *key, uint8_t *data)
return 0;
} else {
return 1;
return isOK;
}
} else {
PrintAndLogEx(ERR, "Command execute timeout");