Fix according to review
This commit is contained in:
parent
51ac5111c5
commit
d4812f0118
@ -77,25 +77,15 @@ typedef enum
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
ErrorType errorType;
|
ErrorType errorType;
|
||||||
|
|
||||||
int errorCode;
|
int errorCode;
|
||||||
|
|
||||||
screen_flag upperScreenFlag;
|
screen_flag upperScreenFlag;
|
||||||
|
|
||||||
err_lang useLanguage;
|
err_lang useLanguage;
|
||||||
|
|
||||||
u16 Text[1900];
|
u16 Text[1900];
|
||||||
|
|
||||||
bool homeButton;
|
bool homeButton;
|
||||||
|
|
||||||
bool softwareReset;
|
bool softwareReset;
|
||||||
|
|
||||||
bool appJump;
|
bool appJump;
|
||||||
|
|
||||||
ReturnCode returnCode;
|
ReturnCode returnCode;
|
||||||
|
|
||||||
u16 eulaVersion;
|
u16 eulaVersion;
|
||||||
|
|
||||||
}ErrConf;
|
}ErrConf;
|
||||||
/**
|
/**
|
||||||
* @brief Init the error applet.
|
* @brief Init the error applet.
|
||||||
|
Loading…
Reference in New Issue
Block a user