From 24157d68e4fa7bd3a1c9ba31abe4da276e7a7326 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 4 May 2018 12:08:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/ports/SIMIA32/compilers/GCC/chtypes.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'os/common/ports/SIMIA32/compilers/GCC/chtypes.h') diff --git a/os/common/ports/SIMIA32/compilers/GCC/chtypes.h b/os/common/ports/SIMIA32/compilers/GCC/chtypes.h index a246adb03..6ed1f04bc 100644 --- a/os/common/ports/SIMIA32/compilers/GCC/chtypes.h +++ b/os/common/ports/SIMIA32/compilers/GCC/chtypes.h @@ -32,24 +32,6 @@ #include #include -/** - * @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 Derived generic types * @{ -- cgit v1.2.3