mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppcheck fixes and other minor stuff
This commit is contained in:
parent
0d41c2ef09
commit
3491157345
7 changed files with 46 additions and 9 deletions
|
@ -1369,10 +1369,12 @@ void SimulateHitag2(bool ledcontrol) {
|
|||
// use malloc
|
||||
initSampleBufferEx(&signal_size, true);
|
||||
|
||||
if (ledcontrol) LED_D_ON();
|
||||
if (ledcontrol) {
|
||||
LED_D_ON();
|
||||
LED_A_OFF();
|
||||
}
|
||||
|
||||
// lf_reset_counter();
|
||||
if (ledcontrol) LED_A_OFF();
|
||||
WDT_HIT();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue