textual change @4m4rOk

This commit is contained in:
iceman1001 2017-03-04 14:35:39 +01:00
parent 2ec645e9d7
commit 5b8cc7cf26

View file

@ -289,7 +289,7 @@ int CmdPing(const char *Cmd)
UsbCommand c = {CMD_PING}; UsbCommand c = {CMD_PING};
SendCommand(&c); SendCommand(&c);
if (WaitForResponseTimeout(CMD_ACK, &resp, 1000)) if (WaitForResponseTimeout(CMD_ACK, &resp, 1000))
PrintAndLog("Ping successfull"); PrintAndLog("Ping successful");
else else
PrintAndLog("Ping failed"); PrintAndLog("Ping failed");
return 0; return 0;