small fix
This commit is contained in:
@@ -435,7 +435,7 @@ int mfReadSector(uint8_t sectorNo, uint8_t keyType, uint8_t *key, uint8_t *data)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
return 1;
|
return isOK;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(ERR, "Command execute timeout");
|
PrintAndLogEx(ERR, "Command execute timeout");
|
||||||
|
|||||||
Reference in New Issue
Block a user