]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
ULEV1_48 had the wrong max block
authormarshmellow42 <marshmellowrf@gmail.com>
Wed, 20 May 2015 18:22:26 +0000 (14:22 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Wed, 20 May 2015 18:22:26 +0000 (14:22 -0400)
client/cmdhfmfu.c

index 9826a5921f15981f4324e52c1c82df1329682551..c0fd136a53762a2c2a07c0bbcb73d7dd22ceaaf0 100644 (file)
@@ -18,7 +18,7 @@
 
 #define MAX_UL_BLOCKS     0x0f
 #define MAX_ULC_BLOCKS    0x2b
-#define MAX_ULEV1a_BLOCKS 0x12
+#define MAX_ULEV1a_BLOCKS 0x13
 #define MAX_ULEV1b_BLOCKS 0x28
 #define MAX_NTAG_203      0x29
 #define MAX_NTAG_210      0x13
Impressum, Datenschutz