mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fixes..
This commit is contained in:
parent
17a8e69e90
commit
24d332fac7
5 changed files with 49 additions and 43 deletions
|
@ -1760,7 +1760,7 @@ void ReaderIClass(uint8_t arg0) {
|
|||
cmd_send(CMD_ACK, result_status, 0, 0, card_data, sizeof(card_data) );
|
||||
if (abort_after_read) {
|
||||
LEDsoff();
|
||||
set_tracing(FALSE);
|
||||
set_tracing(false);
|
||||
return;
|
||||
}
|
||||
//Save that we already sent this....
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue