aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/AVR/compilers/GCC
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/AVR/compilers/GCC')
-rw-r--r--os/common/ports/AVR/compilers/GCC/chtypes.h2
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. */
/** @} */
/**