From cb86f8d69fb36e4dbb54ff21ea1daa119bad374c Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Tue, 14 Mar 2017 13:18:20 -0400 Subject: [PATCH] wasn't ready for these yet... --- client/cmddata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmddata.c b/client/cmddata.c index f1e6c795..51f9a880 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -29,8 +29,8 @@ uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN]; uint8_t g_debugMode=0; size_t DemodBufferLen=0; -size_t g_demodStartIdx=0; -uint8_t g_demodClock=0; +//size_t g_demodStartIdx=0; +//uint8_t g_demodClock=0; static int CmdHelp(const char *Cmd); -- 2.39.2