Update error.h
This commit is contained in:
parent
0a212fa29d
commit
07114ad654
@ -27,7 +27,6 @@ typedef enum
|
|||||||
ERROR_TEXT_LANGUAGE_WORD_WRAP = ERROR_TEXT | ERROR_LANGUAGE_FLAG | ERROR_WORD_WRAP_FLAG, ///< Displays the custom error message with automatic line wrapping and in the specified language.
|
ERROR_TEXT_LANGUAGE_WORD_WRAP = ERROR_TEXT | ERROR_LANGUAGE_FLAG | ERROR_WORD_WRAP_FLAG, ///< Displays the custom error message with automatic line wrapping and in the specified language.
|
||||||
}errorType;
|
}errorType;
|
||||||
|
|
||||||
|
|
||||||
///< Flags for the Upper Screen.Does nothing even if specified.
|
///< Flags for the Upper Screen.Does nothing even if specified.
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
@ -36,7 +35,6 @@ typedef enum
|
|||||||
STEREO,
|
STEREO,
|
||||||
}errorScreenFlag;
|
}errorScreenFlag;
|
||||||
|
|
||||||
|
|
||||||
///< Return code of the Error module.Use UNKNOWN for simple apps.
|
///< Return code of the Error module.Use UNKNOWN for simple apps.
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
@ -50,7 +48,6 @@ typedef enum
|
|||||||
POWER_BUTTON,
|
POWER_BUTTON,
|
||||||
}errorReturnCode;
|
}errorReturnCode;
|
||||||
|
|
||||||
|
|
||||||
///< Structure to be passed to the applet.Shouldn't be modified directly.
|
///< Structure to be passed to the applet.Shouldn't be modified directly.
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
Reference in New Issue
Block a user