diff --git a/libfreefare/ntag21x.c b/libfreefare/ntag21x.c index 846e0a9..00c7ac3 100644 --- a/libfreefare/ntag21x.c +++ b/libfreefare/ntag21x.c @@ -712,10 +712,9 @@ bool ntag21x_is_auth_supported(nfc_device *device, nfc_iso14443a_info nai) { int ret; - uint8_t cmd_step1[2]; + uint8_t cmd_step1[1]; uint8_t res_step1[8]; cmd_step1[0] = 0x60; - cmd_step1[1] = 0x00; nfc_target pnti; nfc_modulation modulation = {