wrong size

This commit is contained in:
iceman1001 2021-08-22 21:35:02 +02:00
parent 8c646cf1ca
commit 23190a0070

View file

@ -345,7 +345,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
break;
}
case NTAG_I2C_FASTWRITE:
if (size == 69) {
if (cmdsize == 69) {
snprintf(exp, size, "FAST WRITE (%d - %d)", cmd[1], cmd[2]);
}
break;