CHG: rename of global variable

CHG: adjusted outputs.
This commit is contained in:
iceman1001 2018-04-06 09:25:34 +02:00
commit 2aa9372534
3 changed files with 36 additions and 40 deletions

View file

@ -42,11 +42,11 @@ extern void SetLogFilename(char *fn);
extern double CursorScaleFactor;
extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos, GridOffset;
extern int offline;
extern int flushAfterWrite; //buzzy
extern bool GridLocked;
extern bool showDemod;
extern int offline;
extern int g_flushAfterWrite; //buzzy
//extern uint8_t g_debugMode;
extern pthread_mutex_t print_lock;