mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Revert "dbg: Watchdog resets while 'hw tune lf'"
This reverts commit fc175230f4
.
This commit is contained in:
parent
095173f72d
commit
f3ffd5a24f
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ void MeasureAntennaTuningLfOnly(int *vLf125, int *vLf134, int *peakf, int *peakv
|
|||
}
|
||||
}
|
||||
|
||||
for (i=0; i <= 18; i++) LF_Results[i] = 0;
|
||||
for (i=18; i >= 0; i--) LF_Results[i] = 0;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue