Skip to content

Commit

Permalink
style define
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Oct 19, 2024
1 parent 5848b31 commit 2932fef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/iclass_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ typedef struct {

// iCLASS secure mode memory mapping
typedef struct {
uint8_t csn[8];
uint8_t csn[PICOPASS_BLOCK_SIZE];
picopass_conf_block_t conf;
uint8_t epurse[8];
uint8_t key_d[8];
uint8_t key_c[8];
uint8_t app_issuer_area[8];
uint8_t epurse[PICOPASS_BLOCK_SIZE];
uint8_t key_d[PICOPASS_BLOCK_SIZE];
uint8_t key_c[PICOPASS_BLOCK_SIZE];
uint8_t app_issuer_area[PICOPASS_BLOCK_SIZE];
} PACKED picopass_hdr_t;

// iCLASS non-secure mode memory mapping
Expand Down

0 comments on commit 2932fef

Please sign in to comment.