mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-10 14:44:59 +08:00
fix bad merge in ul-c sim
This commit is contained in:
parent
7085e8ff7f
commit
c9f9fcb198
1 changed files with 0 additions and 8 deletions
|
@ -2072,14 +2072,6 @@ void SimulateIso14443aTag(uint8_t tagType, uint16_t flags, uint8_t *useruid, uin
|
||||||
prepare_tag_modulation(&dynamic_response_info, DYNAMIC_MODULATION_BUFFER_SIZE);
|
prepare_tag_modulation(&dynamic_response_info, DYNAMIC_MODULATION_BUFFER_SIZE);
|
||||||
p_response = &dynamic_response_info;
|
p_response = &dynamic_response_info;
|
||||||
order = ORDER_NONE;
|
order = ORDER_NONE;
|
||||||
// Add CRC
|
|
||||||
AddCrc14A(dynamic_response_info.response, 17);
|
|
||||||
|
|
||||||
dynamic_response_info.response_n = 1 + 16 + 2;
|
|
||||||
|
|
||||||
prepare_tag_modulation(&dynamic_response_info, DYNAMIC_MODULATION_BUFFER_SIZE);
|
|
||||||
p_response = &dynamic_response_info;
|
|
||||||
order = ORDER_NONE;
|
|
||||||
|
|
||||||
} else if (receivedCmd[0] == MIFARE_ULEV1_AUTH && len == 7 && tagType == 7) { // NTAG / EV-1
|
} else if (receivedCmd[0] == MIFARE_ULEV1_AUTH && len == 7 && tagType == 7) { // NTAG / EV-1
|
||||||
uint8_t pwd[4] = {0, 0, 0, 0};
|
uint8_t pwd[4] = {0, 0, 0, 0};
|
||||||
|
|
Loading…
Add table
Reference in a new issue