From ea7d657f7512b95d7dc04f834ae01de021f5573e Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Mon, 22 Dec 2014 22:50:13 -0500 Subject: [PATCH] minor fix - got too comment happy removing test code should not have commented this code out --- client/cmddata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmddata.c b/client/cmddata.c index af075e6c..6d151140 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -240,10 +240,10 @@ int Cmdaskrawdemod(const char *Cmd) } } } - /* + //debug if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break; - */ + } } ClearGraph(0); -- 2.39.2