mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 01:36:52 +08:00
...
This commit is contained in:
parent
312e4b358c
commit
6090a66f34
1 changed files with 1 additions and 1 deletions
|
@ -2139,7 +2139,7 @@ void ReaderIClass(uint8_t arg0) {
|
||||||
reply_mix(CMD_ACK, result_status, 0, 0, card_data, sizeof(card_data));
|
reply_mix(CMD_ACK, result_status, 0, 0, card_data, sizeof(card_data));
|
||||||
if (abort_after_read) {
|
if (abort_after_read) {
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
swith_off();
|
switch_off();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//Save that we already sent this....
|
//Save that we already sent this....
|
||||||
|
|
Loading…
Reference in a new issue