make LF sampling ACK to fix USB timing issue in em410xwatch

This commit is contained in:
adam@algroup.co.uk 2010-02-04 23:15:53 +00:00
parent c37d2e7078
commit bdd1de1b02
3 changed files with 5 additions and 1 deletions

View file

@ -266,6 +266,7 @@ int CmdLFRead(const char *Cmd)
return 0;
}
SendCommand(&c);
WaitForResponse(CMD_ACK);
return 0;
}