Modified EM4233_STD_MEM_SIZE to reflect real tag size

This commit is contained in:
MrMoDDoM
2018-12-18 01:20:32 +01:00
parent 31d2320e8e
commit d7f2b7525b
+1 -1
View File
@@ -11,7 +11,7 @@
#include "Application.h"
#define EM4233_STD_UID_SIZE ISO15693_GENERIC_UID_SIZE
#define EM4233_STD_MEM_SIZE 256 // Bytes
#define EM4233_STD_MEM_SIZE 208 // Bytes
#define EM4233_BYTES_PER_BLCK 0x4
#define EM4233_BLCKS_PER_PAGE 0x4
#define EM4233_NUMBER_OF_BLCKS ( EM4233_STD_MEM_SIZE / EM4233_BYTES_PER_BLCK )