mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -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
|
@ -266,6 +266,7 @@ int CmdLFRead(const char *Cmd)
|
|||
return 0;
|
||||
}
|
||||
SendCommand(&c);
|
||||
WaitForResponse(CMD_ACK);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue