diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2016-11-01 02:04:43 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2016-11-01 02:04:43 +0000 |
commit | ef75851d109f9b1bd106c0140548300fce631906 (patch) | |
tree | b991ba974065ec73cd2cbb8a6092cc8ecaf83788 /os/common | |
parent | 4600e6fc46e0e13441cd87989eed8ad8d49786d4 (diff) | |
download | ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.tar.gz ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.tar.bz2 ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.zip |
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
Diffstat (limited to 'os/common')
-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. */
/** @} */
/**
|