X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2e16354693c5b0b2ea03a7824e6f9e527c0a66e9..53ee28cb3a14f529f36fcfeb514b7ef718a31973:/client/cmdmain.c?ds=sidebyside diff --git a/client/cmdmain.c b/client/cmdmain.c index c479e151..21886ca0 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -34,9 +34,10 @@ static int CmdHelp(const char *Cmd); static int CmdQuit(const char *Cmd); static int CmdRev(const char *Cmd); // for testing reveng api - cmdcrc.c +/* static int CmdrevengT(const char *Cmd); static int CmdrevengC(const char *Cmd); - +*/ //For storing command that are received from the device static UsbCommand cmdBuffer[CMD_BUFFER_SIZE]; @@ -84,6 +85,7 @@ int CmdRev(const char *Cmd) CmdCrc(Cmd); return 0; } +/* // for testing reveng api - cmdcrc.c int CmdrevengT(const char *Cmd) { @@ -92,7 +94,7 @@ int CmdrevengT(const char *Cmd) int CmdrevengC(const char *Cmd) { return CmdrevengTestC(Cmd); -} +}*/ /** * @brief This method should be called when sending a new command to the pm3. In case any old