mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: rename of global variable
CHG: adjusted outputs.
This commit is contained in:
parent
2e3308b257
commit
2aa9372534
3 changed files with 36 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue