mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
'hf mf sim' full-byte anti-collision frame support
This commit is contained in:
parent
0e855f647a
commit
960b21793c
6 changed files with 170 additions and 181 deletions
|
@ -376,7 +376,7 @@ void printUSBSpeed(void) {
|
|||
uint32_t bytes_transferred = 0;
|
||||
|
||||
LED_B_ON();
|
||||
|
||||
|
||||
while (end_time < start_time + USB_SPEED_TEST_MIN_TIME) {
|
||||
cmd_send(CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K, 0, USB_CMD_DATA_SIZE, 0, test_data, USB_CMD_DATA_SIZE);
|
||||
end_time = GetTickCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue