syntax suger. never mind this

This commit is contained in:
iceman1001 2016-10-20 00:41:34 +02:00
commit 015e3b8170
2 changed files with 32 additions and 34 deletions

View file

@ -606,7 +606,7 @@ int CmdLFSim(const char *Cmd) {
}
clearCommandBuffer();
SendCommand(&c);
WaitForResponse(CMD_ACK,NULL);
WaitForResponse(CMD_ACK, NULL);
printf(".");
}