aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/compilers/GCC/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/e200/compilers/GCC/chtypes.h')
-rw-r--r--os/common/ports/e200/compilers/GCC/chtypes.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/os/common/ports/e200/compilers/GCC/chtypes.h b/os/common/ports/e200/compilers/GCC/chtypes.h
index 10956e170..ae4d1162f 100644
--- a/os/common/ports/e200/compilers/GCC/chtypes.h
+++ b/os/common/ports/e200/compilers/GCC/chtypes.h
@@ -33,24 +33,6 @@
#include <stdbool.h>
/**
- * @name Common constants
- */
-/**
- * @brief Generic 'false' boolean constant.
- */
-#if !defined(FALSE) || defined(__DOXYGEN__)
-#define FALSE 0
-#endif
-
-/**
- * @brief Generic 'true' boolean constant.
- */
-#if !defined(TRUE) || defined(__DOXYGEN__)
-#define TRUE 1
-#endif
-/** @} */
-
-/**
* @name Kernel types
* @{
*/