minor corrections..

This commit is contained in:
iceman1001
2017-08-29 15:47:26 +02:00
parent 9f54a5e4b9
commit c5616dfe76
9 changed files with 124 additions and 119 deletions

View File

@@ -1029,7 +1029,7 @@ int CmdT55xxWriteBlock(const char *Cmd) {
}
clearCommandBuffer();
SendCommand(&c);
if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){
if ( !WaitForResponseTimeout(CMD_ACK, &resp, 1500 )){
PrintAndLog("Error occurred, device did not ACK write operation. (May be due to old firmware)");
return 0;
}