diff options
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_ */
|