summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
23bd68f)
Ping successfull -> Ping successful
UsbCommand c = {CMD_PING};
SendCommand(&c);
if (WaitForResponseTimeout(CMD_ACK,&resp,1000)) {
UsbCommand c = {CMD_PING};
SendCommand(&c);
if (WaitForResponseTimeout(CMD_ACK,&resp,1000)) {
- PrintAndLog("Ping successfull");
+ PrintAndLog("Ping successful");
}else{
PrintAndLog("Ping failed");
}
}else{
PrintAndLog("Ping failed");
}