mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix
This commit is contained in:
parent
482eeac4ac
commit
29573f1ac5
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ int MADCheck(uint8_t *sector0, uint8_t *sector10, bool verbose, bool *haveMAD2)
|
||||||
if (!res)
|
if (!res)
|
||||||
res = res2;
|
res = res2;
|
||||||
|
|
||||||
if (verbose & !res2)
|
if (verbose && !res2)
|
||||||
PrintAndLogEx(NORMAL, "CRC8-MAD2 OK.");
|
PrintAndLogEx(NORMAL, "CRC8-MAD2 OK.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue