Skip to content

Commit c9f9fcb

Browse files
committed
fix bad merge in ul-c sim
1 parent 7085e8f commit c9f9fcb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

armsrc/iso14443a.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,14 +2072,6 @@ void SimulateIso14443aTag(uint8_t tagType, uint16_t flags, uint8_t *useruid, uin
20722072
prepare_tag_modulation(&dynamic_response_info, DYNAMIC_MODULATION_BUFFER_SIZE);
20732073
p_response = &dynamic_response_info;
20742074
order = ORDER_NONE;
2075-
// Add CRC
2076-
AddCrc14A(dynamic_response_info.response, 17);
2077-
2078-
dynamic_response_info.response_n = 1 + 16 + 2;
2079-
2080-
prepare_tag_modulation(&dynamic_response_info, DYNAMIC_MODULATION_BUFFER_SIZE);
2081-
p_response = &dynamic_response_info;
2082-
order = ORDER_NONE;
20832075

20842076
} else if (receivedCmd[0] == MIFARE_ULEV1_AUTH && len == 7 && tagType == 7) { // NTAG / EV-1
20852077
uint8_t pwd[4] = {0, 0, 0, 0};

0 commit comments

Comments
 (0)