mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 01:06:37 +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));
|
||||
if (abort_after_read) {
|
||||
LED_B_OFF();
|
||||
swith_off();
|
||||
switch_off();
|
||||
return;
|
||||
}
|
||||
//Save that we already sent this....
|
||||
|
|
Loading…
Reference in a new issue