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