From 0aa6568bf9a7dbd33900e1a421a68ba9dc4d2e23 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 4 Apr 2018 12:28:30 +0200 Subject: [PATCH] fix: 'hf mfu' increase array --- client/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 3d82f7336..cd481630f 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -51,7 +51,7 @@ uint8_t default_pwd_pack[KEYS_PWD_COUNT][4] = { {0xFF,0xFF,0xFF,0xFF}, // PACK 0x00,0x00 -- factory default }; -#define MAX_UL_TYPES 21 +#define MAX_UL_TYPES 22 uint32_t UL_TYPES_ARRAY[MAX_UL_TYPES] = { UNKNOWN, UL, UL_C, UL_EV1_48, UL_EV1_128, NTAG,