Fix according to review

This commit is contained in:
Kartik 2017-03-02 13:16:12 +05:30 committed by GitHub
parent 51ac5111c5
commit d4812f0118

View File

@ -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.