aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ARM7/chtypes.h')
-rw-r--r--ports/ARM7/chtypes.h4
1 files changed, 2 insertions, 2 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_ */