aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/SIMIA32/compilers/GCC/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/ports/SIMIA32/compilers/GCC/chtypes.h')
-rw-r--r--os/rt/ports/SIMIA32/compilers/GCC/chtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/ports/SIMIA32/compilers/GCC/chtypes.h b/os/rt/ports/SIMIA32/compilers/GCC/chtypes.h
index 2ee7892c9..252bba104 100644
--- a/os/rt/ports/SIMIA32/compilers/GCC/chtypes.h
+++ b/os/rt/ports/SIMIA32/compilers/GCC/chtypes.h
@@ -46,7 +46,7 @@
* @brief Generic 'true' boolean constant.
*/
#if !defined(TRUE) || defined(__DOXYGEN__)
-#define TRUE (!FALSE)
+#define TRUE 1
#endif
/** @} */