fix mfp wrbl command

This commit is contained in:
merlokk 2019-03-11 18:02:42 +02:00
parent fd642e8f51
commit f24d7c4ba1

View file

@ -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;
}