fix: hw status (and USB comm in general) PR #434 : (@pwpiwi)

This commit is contained in:
iceman1001 2017-10-20 16:32:42 +02:00
commit 53333f22c8
5 changed files with 65 additions and 51 deletions

View file

@ -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";