fix: g_debugMode - client side global debugvariable, moved to util.c

This commit is contained in:
iceman1001 2018-02-21 15:54:13 +01:00
commit a29b2328db
6 changed files with 12 additions and 8 deletions

View file

@ -8,6 +8,7 @@
//-----------------------------------------------------------------------------
// Main binary
//-----------------------------------------------------------------------------
#include "proxmark3.h"
#include <stdio.h>
#include <stdlib.h>
@ -16,8 +17,6 @@
#include <unistd.h>
#include <readline/readline.h>
#include <readline/history.h>
#include "proxmark3.h"
#include "proxgui.h"
#include "cmdmain.h"
#include "uart.h"