From 8da4da6aa53bf11a017d40e2774223549540512c Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Thu, 24 Nov 2022 09:40:34 +0100 Subject: [PATCH] Also update comment about total size for Mifare keys storage. --- include/pmflash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pmflash.h b/include/pmflash.h index c3d00594a..f0deac507 100644 --- a/include/pmflash.h +++ b/include/pmflash.h @@ -77,7 +77,7 @@ # define DEFAULT_ICLASS_KEYS_MAX ((DEFAULT_ICLASS_KEYS_LEN - 2) / 8) #endif -// Reserved space for MIFARE Keys = 8 kb +// Reserved space for MIFARE Keys = 12 kb #ifndef DEFAULT_MF_KEYS_OFFSET # define DEFAULT_MF_KEYS_LEN (0x3000) # define DEFAULT_MF_KEYS_OFFSET (DEFAULT_ICLASS_KEYS_OFFSET - DEFAULT_MF_KEYS_LEN)