From: iceman1001 Date: Wed, 16 Nov 2016 17:17:01 +0000 (+0100) Subject: CHG: added the ping command to the header file. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3105b814c94cb2c93ed6692b08d8addc05f53996?hp=06d09c98eb9aff8fc1f258f60eb869728ebb92a8 CHG: added the ping command to the header file. --- diff --git a/client/cmdhw.h b/client/cmdhw.h index b8e10f74..85ccea64 100644 --- a/client/cmdhw.h +++ b/client/cmdhw.h @@ -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