mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 05:31:17 -07:00
make LF sampling ACK to fix USB timing issue in em410xwatch
This commit is contained in:
parent
c37d2e7078
commit
bdd1de1b02
3 changed files with 5 additions and 1 deletions
|
@ -125,6 +125,7 @@ void UsbCommandReceived(UsbCommand *UC)
|
|||
for(i=0; i<48; i++) sample_buf[i] = UC->d.asBytes[i];
|
||||
received_command = UC->cmd;
|
||||
return;
|
||||
case CMD_ACQUIRE_RAW_ADC_SAMPLES_125K:
|
||||
case CMD_DOWNLOADED_SIM_SAMPLES_125K:
|
||||
if (UC->cmd != CMD_ACK) goto unexpected_response;
|
||||
// got ACK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue