should be 8bytes

This commit is contained in:
iceman1001 2021-05-13 19:52:59 +02:00
parent 0b0ca6142d
commit 841c91a662

View file

@ -728,7 +728,7 @@ static int CmdHFFelicaAuthentication2(const char *Cmd) {
return PM3_EINVARG;
}
uint8_t cc[1] = {0};
uint8_t cc[8] = {0};
int cclen = 0;
res = CLIParamHexToBuf(arg_get_str(ctx, 2), cc, sizeof(cc), &cclen);
if (res) {