mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
Fix libpm3: make sure mainret is defined. Thanks @bettse
This commit is contained in:
parent
795e604ddb
commit
21f556149b
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue