aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/templates/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/templates/chtypes.h')
-rw-r--r--os/common/ports/templates/chtypes.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/os/common/ports/templates/chtypes.h b/os/common/ports/templates/chtypes.h
index bf17f3003..fe30eff8c 100644
--- a/os/common/ports/templates/chtypes.h
+++ b/os/common/ports/templates/chtypes.h
@@ -20,12 +20,12 @@
/**
* @file templates/chtypes.h
* @brief System types template.
+ *
+ * @addtogroup port_types
* @details The types defined in this file may change depending on the target
* architecture. You may also try to optimize the size of the various
* types in order to privilege size or performance, be careful in
* doing so.
- *
- * @addtogroup types
* @{
*/
@@ -37,24 +37,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 (!FALSE)
-#endif
-/** @} */
-
-/**
* @name Kernel types
* @{
*/