mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
small fix
This commit is contained in:
parent
583b732268
commit
1675b10c00
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue