mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIXED: Merged all Holimans code-review issues which should fix a lot of memoryleaks.
This commit is contained in:
parent
7c756d6892
commit
a61b4976bd
18 changed files with 142 additions and 137 deletions
|
@ -674,7 +674,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
break;
|
||||
case CMD_SIMULATE_TAG_125K:
|
||||
LED_A_ON();
|
||||
SimulateTagLowFrequency(c->arg[0], c->arg[1], 1);
|
||||
SimulateTagLowFrequency(c->arg[0], c->arg[1], 0);
|
||||
LED_A_OFF();
|
||||
break;
|
||||
case CMD_LF_SIMULATE_BIDIR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue