fix: g_debugMode - client side global debugvariable, moved to util.c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user