aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/chtypes.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-31 15:13:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-31 15:13:55 +0000
commit4bc04c7835daccf943dbe299a7f79f9c33e16032 (patch)
tree2c4b7bf8166b8553e4e6526d280a50183c72fcf5 /os/ports/GCC/ARMCMx/chtypes.h
parent77ae91f021782bad36ba0106d65b2e2eb1249a21 (diff)
downloadChibiOS-4bc04c7835daccf943dbe299a7f79f9c33e16032.tar.gz
ChibiOS-4bc04c7835daccf943dbe299a7f79f9c33e16032.tar.bz2
ChibiOS-4bc04c7835daccf943dbe299a7f79f9c33e16032.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1820 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/chtypes.h')
-rw-r--r--os/ports/GCC/ARMCMx/chtypes.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/os/ports/GCC/ARMCMx/chtypes.h b/os/ports/GCC/ARMCMx/chtypes.h
index be89b04bf..ef35d6324 100644
--- a/os/ports/GCC/ARMCMx/chtypes.h
+++ b/os/ports/GCC/ARMCMx/chtypes.h
@@ -18,8 +18,9 @@
*/
/**
- * @file ARMCMx/chtypes.h
- * @brief ARM Cortex-M3 architecture port system types.
+ * @file ARMCMx/chtypes.h
+ * @brief ARM Cortex-Mx port system types.
+ *
* @addtogroup ARMCMx_CORE
* @{
*/
@@ -32,9 +33,7 @@
#define __need_ptrdiff_t
#include <stddef.h>
-#if !defined(_STDINT_H) && !defined(__STDINT_H_)
#include <stdint.h>
-#endif
typedef int32_t bool_t; /**< Fast boolean type. */
typedef uint8_t tmode_t; /**< Thread flags. */