Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-tangerine committed Jan 21, 2025
1 parent acb7de9 commit 8dbe1c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion armsrc/mifaresim.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static uint8_t MifareMaxSector(uint16_t flags) {
}
}

bool MifareSimInit (uint16_t flags, uint8_t *uid, uint16_t atqa, uint8_t sak, tag_response_info_t **responses, uint32_t *cuid, uint8_t *uid_len, uint8_t **rats, uint8_t *rats_len) {
bool MifareSimInit(uint16_t flags, uint8_t *uid, uint16_t atqa, uint8_t sak, tag_response_info_t **responses, uint32_t *cuid, uint8_t *uid_len, uint8_t **rats, uint8_t *rats_len) {

uint8_t uid_tmp[10] = {0};
// SPEC: https://www.nxp.com/docs/en/application-note/AN10833.pdf
Expand Down
1 change: 0 additions & 1 deletion include/protocols.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
#define ISO7816_EXTERNAL_AUTHENTICATION 0x82
#define ISO7816_GET_CHALLENGE 0x84
#define ISO7816_MANAGE_CHANNEL 0x70

#define ISO7816_APPLICATION_BLOCK 0x1E
#define ISO7816_APPLICATION_UNBLOCK 0x18
#define ISO7816_CARD_BLOCK 0x16
Expand Down

0 comments on commit 8dbe1c7

Please sign in to comment.