Use u8 instead of bool

This commit is contained in:
Liam Minopulos 2019-02-28 08:59:29 +01:00
parent 6bda3f1df8
commit 91aade225a

View File

@ -10,7 +10,7 @@
/// Error configuration struct.
typedef struct {
bool custom_text; ///< Whether to show a custom error message. If this is false, a default message will be shown.
u8 custom_text; ///< Whether to show a custom error message. If this is false, a default message will be shown.
u8 pad[7];
u32 module; ///< Module code.
u32 description; ///< Description code.