mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
proper initialized values
This commit is contained in:
parent
0f321d631a
commit
3fe7103959
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@
|
|||
|
||||
#include "ui.h"
|
||||
|
||||
double CursorScaleFactor;
|
||||
double CursorScaleFactor = 1;
|
||||
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64, CursorCPos= 0, CursorDPos= 0;
|
||||
int offline;
|
||||
int flushAfterWrite = 0; //buzzy
|
||||
int GridOffset = 0;
|
||||
bool GridLocked = 0;
|
||||
bool GridLocked = false;
|
||||
|
||||
extern pthread_mutex_t print_lock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue