diff options
Diffstat (limited to 'os/common/ports')
-rw-r--r-- | os/common/ports/AVR/compilers/GCC/chtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/AVR/compilers/GCC/chtypes.h b/os/common/ports/AVR/compilers/GCC/chtypes.h index 9b3217607..346968bf0 100644 --- a/os/common/ports/AVR/compilers/GCC/chtypes.h +++ b/os/common/ports/AVR/compilers/GCC/chtypes.h @@ -68,7 +68,7 @@ typedef uint8_t eventmask_t; /**< Mask of event identifiers. */ typedef uint8_t eventflags_t; /**< Mask of event flags. */
typedef int8_t cnt_t; /**< Generic signed counter. */
typedef uint8_t ucnt_t; /**< Generic unsigned counter. */
-typedef bool bool_t; /**< Fast boolean type. */
+typedef bool bool_t; /**< Fast boolean type. */
/** @} */
/**
|