mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
CHG: the loop in main, for usb_poll_validate_length, shouldn't do anything, it should be done inside the next call to usb_read...
This commit is contained in:
parent
8d61d9b114
commit
153a4a78fe
1 changed files with 4 additions and 3 deletions
|
@ -227,7 +227,8 @@ void MeasureAntennaTuning(void) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 18; i >= 0; i--) LF_Results[i] = 0;
|
// for (i = 18; i >= 0; i--)
|
||||||
|
// LF_Results[i] = 0;
|
||||||
|
|
||||||
LED_A_ON();
|
LED_A_ON();
|
||||||
// Let the FPGA drive the high-frequency antenna around 13.56 MHz.
|
// Let the FPGA drive the high-frequency antenna around 13.56 MHz.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue