From ef75851d109f9b1bd106c0140548300fce631906 Mon Sep 17 00:00:00 2001 From: tfateba Date: Tue, 1 Nov 2016 02:04:43 +0000 Subject: Fixed small ident, readme file and Makefile. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/AVR/compilers/GCC/chtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/ports/AVR/compilers/GCC') 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. */ /** @} */ /** -- cgit v1.2.3