mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix: g_debugMode - client side global debugvariable, moved to util.c
This commit is contained in:
parent
180e3d4df9
commit
a29b2328db
6 changed files with 12 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue