mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
textual change @4m4rOk
This commit is contained in:
parent
2ec645e9d7
commit
5b8cc7cf26
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ int CmdPing(const char *Cmd)
|
|||
UsbCommand c = {CMD_PING};
|
||||
SendCommand(&c);
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 1000))
|
||||
PrintAndLog("Ping successfull");
|
||||
PrintAndLog("Ping successful");
|
||||
else
|
||||
PrintAndLog("Ping failed");
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue