diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 548d35ef8..8f8ab4240 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -37,6 +37,8 @@ #include "flash.h" #include "preferences.h" +static int mainret = PM3_ESOFT; + #ifndef LIBPM3 #define BANNERMSG1 "" #define BANNERMSG2 " [ Iceman :snowflake: ]" @@ -44,8 +46,6 @@ typedef enum LogoMode { UTF8, ANSI, ASCII } LogoMode; -static int mainret = PM3_ESOFT; - static void showBanner_logo(LogoMode mode) { switch (mode) { case UTF8: {