]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/lfdemod.c
FIX: had to make it clientside only
[proxmark3-svn] / common / lfdemod.c
index 93c677868b4908731e7ad8f12ef7c1e9d23033f0..cdbe2c6ff36e299e98de8f473d5efc253244a90f 100644 (file)
@@ -14,21 +14,20 @@ void dummy(char *fmt, ...){}
 void dummy_sgc (int clock, int startidx) {}
 
 #ifndef ON_DEVICE
-# include "ui.h"
+# include "ui.h"                // plotclock, plotclockstartindex
 # include "cmdparser.h"
 # include "cmddata.h"
 # define prnt PrintAndLog
 # define sgc SetGraphClock
-#else 
-  uint8_t g_debugMode=0;
-# define prnt dummy
-# define sgc dummy_sgc
-#endif
-
 void SetGraphClock(int clock, int startidx){
        PlotClock = clock;
        PlockClockStartIndex = startidx;        
 }
+#else 
+  uint8_t g_debugMode = 0;
+# define prnt dummy
+# define sgc dummy_sgc
+#endif
 
 //test samples are not just noise
 uint8_t justNoise(uint8_t *bits, size_t size) {
Impressum, Datenschutz