[FL-3639] Fix MF DESFire record file handling (#3167)

This commit is contained in:
Georgii Surkov
2023-10-28 16:56:49 +03:00
committed by GitHub
parent d92b0a82cc
commit 844e0f10e5
3 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ extern "C" {
#define MF_DESFIRE_UID_SIZE (7)
#define MF_DESFIRE_BATCH_SIZE (5)
#define MF_DESFIRE_APP_ID_SIZE (3)
#define MF_DESFIRE_VALUE_SIZE (4)
typedef struct {
uint8_t hw_vendor;