mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Typo fix for CmdPing
Ping successfull -> Ping successful
This commit is contained in:
parent
23bd68f944
commit
6ef3f9f219
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue