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

@ -16,6 +16,7 @@
#include "cmdscript.h" // CmdScriptRun
#define PROXPROMPT "pm3 --> "
#ifdef __cplusplus
extern "C" {
#endif