diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-04-23 10:37:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-04-23 10:37:10 +0000 |
commit | 0bc89b33d90203ab80056da972f5aa3ec762cd81 (patch) | |
tree | 2af7ae2972d717083815aa1b2a94b53c2a6bf19a /ports | |
parent | 25d517877dd7725e67c2d094031a023c41ec6f05 (diff) | |
download | ChibiOS-0bc89b33d90203ab80056da972f5aa3ec762cd81.tar.gz ChibiOS-0bc89b33d90203ab80056da972f5aa3ec762cd81.tar.bz2 ChibiOS-0bc89b33d90203ab80056da972f5aa3ec762cd81.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@276 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ARM7/chtypes.h | 4 | ||||
-rw-r--r-- | ports/ARMCM3/chtypes.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/ARM7/chtypes.h b/ports/ARM7/chtypes.h index 2fd609b1f..1a5d9000d 100644 --- a/ports/ARM7/chtypes.h +++ b/ports/ARM7/chtypes.h @@ -28,7 +28,7 @@ #include <stdint.h>
#endif
-typedef int8_t bool_t;
+typedef int32_t bool_t;
typedef uint8_t tmode_t;
typedef uint8_t tstate_t;
typedef uint16_t tid_t;
@@ -39,6 +39,6 @@ typedef uint32_t eventmask_t; typedef uint32_t systime_t;
typedef int32_t cnt_t;
-#define INLINE inline
+#define INLINE inline
#endif /* _CHTYPES_H_ */
diff --git a/ports/ARMCM3/chtypes.h b/ports/ARMCM3/chtypes.h index 2fd609b1f..1a5d9000d 100644 --- a/ports/ARMCM3/chtypes.h +++ b/ports/ARMCM3/chtypes.h @@ -28,7 +28,7 @@ #include <stdint.h>
#endif
-typedef int8_t bool_t;
+typedef int32_t bool_t;
typedef uint8_t tmode_t;
typedef uint8_t tstate_t;
typedef uint16_t tid_t;
@@ -39,6 +39,6 @@ typedef uint32_t eventmask_t; typedef uint32_t systime_t;
typedef int32_t cnt_t;
-#define INLINE inline
+#define INLINE inline
#endif /* _CHTYPES_H_ */
|