mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix: hw status (and USB comm in general) PR #434 : (@pwpiwi)
This commit is contained in:
parent
3108293c1f
commit
53333f22c8
5 changed files with 65 additions and 51 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue