From 0bc89b33d90203ab80056da972f5aa3ec762cd81 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 23 Apr 2008 10:37:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@276 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7/chtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/ARM7') 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 #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_ */ -- cgit v1.2.3