From 8241872c4702766159594eae0ef7ab4292d37d40 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Wed, 20 May 2015 14:22:26 -0400 Subject: [PATCH] ULEV1_48 had the wrong max block --- client/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 9826a592..c0fd136a 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -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 -- 2.39.2