Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450)

This reverts commit afdcb8c159.
This commit is contained in:
pwpiwi 2017-10-27 09:56:46 +02:00 committed by GitHub
commit 3851172d81
19 changed files with 334 additions and 540 deletions

View file

@ -13,11 +13,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <pthread.h>
// a global mutex to prevent interlaced printing from different threads
pthread_mutex_t print_lock;
extern uint8_t g_debugMode;
void ShowGui(void);
void HideGraphWindow(void);
@ -28,7 +23,8 @@ void SetLogFilename(char *fn);
extern double CursorScaleFactor;
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos, GridOffset;
extern bool flushAfterWrite; //buzzy
extern int offline;
extern int flushAfterWrite; //buzzy
extern bool GridLocked;
extern bool showDemod;