aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200/compilers/GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-19 11:44:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-19 11:44:28 +0000
commit5a0d462a552da04f31044b9ad4598b71a7ab594a (patch)
tree4a0994afb8dda4f54bc273446562ee5f94390d75 /os/rt/ports/e200/compilers/GCC
parentd0ba38d9ee000c486a2b178e677c2b28723d89cb (diff)
downloadChibiOS-5a0d462a552da04f31044b9ad4598b71a7ab594a.tar.gz
ChibiOS-5a0d462a552da04f31044b9ad4598b71a7ab594a.tar.bz2
ChibiOS-5a0d462a552da04f31044b9ad4598b71a7ab594a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6492 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/e200/compilers/GCC')
-rw-r--r--os/rt/ports/e200/compilers/GCC/chtypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/ports/e200/compilers/GCC/chtypes.h b/os/rt/ports/e200/compilers/GCC/chtypes.h
index 6eaf26ee5..074d33c14 100644
--- a/os/rt/ports/e200/compilers/GCC/chtypes.h
+++ b/os/rt/ports/e200/compilers/GCC/chtypes.h
@@ -40,14 +40,14 @@
* @brief Generic 'false' boolean constant.
*/
#if !defined(FALSE) || defined(__DOXYGEN__)
-#define FALSE 0
+#define FALSE 0
#endif
/**
* @brief Generic 'true' boolean constant.
*/
#if !defined(TRUE) || defined(__DOXYGEN__)
-#define TRUE (!FALSE)
+#define TRUE (!FALSE)
#endif
/** @} */