mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix last block for UL-C
This commit is contained in:
parent
ae5cace86d
commit
ad2d993ae0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define MAX_UL_BLOCKS 0x0F
|
#define MAX_UL_BLOCKS 0x0F
|
||||||
#define MAX_ULC_BLOCKS 0x2B
|
#define MAX_ULC_BLOCKS 0x2F
|
||||||
#define MAX_ULEV1a_BLOCKS 0x13
|
#define MAX_ULEV1a_BLOCKS 0x13
|
||||||
#define MAX_ULEV1b_BLOCKS 0x28
|
#define MAX_ULEV1b_BLOCKS 0x28
|
||||||
#define MAX_NTAG_203 0x29
|
#define MAX_NTAG_203 0x29
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue