mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +08:00
fix: 'hf mfu' increase array
This commit is contained in:
parent
6b63f704cc
commit
0aa6568bf9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue