fix: g_debugMode - client side global debugvariable, moved to util.c

This commit is contained in:
iceman1001 2018-02-21 15:54:13 +01:00
commit a29b2328db
6 changed files with 12 additions and 8 deletions

View file

@ -24,7 +24,6 @@
#include "util.h"
#include "cmdmain.h"
#include "proxgui.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846264338327
@ -47,6 +46,8 @@ extern int flushAfterWrite; //buzzy
extern bool GridLocked;
extern bool showDemod;
//extern uint8_t g_debugMode;
extern pthread_mutex_t print_lock;
extern void iceIIR_Butterworth(int * data, const size_t len);