aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARM/compilers/GCC/chtypes.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-04 12:08:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-04 12:08:34 +0000
commit24157d68e4fa7bd3a1c9ba31abe4da276e7a7326 (patch)
tree04a3670eb98fd44570926bd117a09261d284d4d6 /os/common/ports/ARM/compilers/GCC/chtypes.h
parent6b2c62e9a349131f93dc31aca8c778ea426f13ee (diff)
downloadChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.tar.gz
ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.tar.bz2
ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common/ports/ARM/compilers/GCC/chtypes.h')
-rw-r--r--os/common/ports/ARM/compilers/GCC/chtypes.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/os/common/ports/ARM/compilers/GCC/chtypes.h b/os/common/ports/ARM/compilers/GCC/chtypes.h
index 048101666..23c3b8e7b 100644
--- a/os/common/ports/ARM/compilers/GCC/chtypes.h
+++ b/os/common/ports/ARM/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
* @{
*/