CHG: added the ping command to the header file.

This commit is contained in:
iceman1001 2016-11-16 18:17:01 +01:00
parent 06d09c98eb
commit 3105b814c9

View file

@ -23,5 +23,5 @@ int CmdSetDivisor(const char *Cmd);
int CmdSetMux(const char *Cmd);
int CmdTune(const char *Cmd);
int CmdVersion(const char *Cmd);
int CmdPing(const char *Cmd);
#endif