syntax sugar

This commit is contained in:
iceman1001
2017-03-09 11:19:30 +01:00
parent 7663c35c73
commit be67483e63
2 changed files with 1 additions and 158 deletions

View File

@@ -340,7 +340,7 @@ int CmdHF14AMfRdBl(const char *Cmd) {
SendCommand(&c);
UsbCommand resp;
if (WaitForResponseTimeout(CMD_ACK,&resp,1500)) {
if (WaitForResponseTimeout(CMD_ACK, &resp, 1500)) {
uint8_t isOK = resp.arg[0] & 0xff;
uint8_t *data = resp.d.asBytes;