fix: hw status (and USB comm in general) PR #434 : (@pwpiwi)
This commit is contained in:
@@ -19,7 +19,7 @@ int GridOffset = 0;
|
||||
bool GridLocked = false;
|
||||
bool showDemod = true;
|
||||
|
||||
pthread_mutex_t print_lock;
|
||||
pthread_mutex_t print_lock = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
static char *logfilename = "proxmark3.log";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user