mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
fix mfp wrbl command
This commit is contained in:
parent
fd642e8f51
commit
f24d7c4ba1
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ int CmdHFMFPWrbl(const char *cmd) {
|
|||
keylen = 16;
|
||||
}
|
||||
|
||||
if (blockNum > 39) {
|
||||
if (blockNum > 255) {
|
||||
PrintAndLogEx(ERR, "<Block Num> must be in range [0..255] instead of: %d", blockNum);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue