diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-06-19 13:14:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-06-19 13:14:32 +0000 |
commit | 3d8180d95a02c876aa9de65a3364fd5de6657bc7 (patch) | |
tree | 613e8ec18785b201e06650748a2835ea23b25086 /demos | |
parent | 1a5246e99628e0c5763f01ef388c93c6c3535542 (diff) | |
download | ChibiOS-3d8180d95a02c876aa9de65a3364fd5de6657bc7.tar.gz ChibiOS-3d8180d95a02c876aa9de65a3364fd5de6657bc7.tar.bz2 ChibiOS-3d8180d95a02c876aa9de65a3364fd5de6657bc7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@319 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Win32-MinGW/chtypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/Win32-MinGW/chtypes.h b/demos/Win32-MinGW/chtypes.h index 2fd609b1f..0b74459bc 100644 --- a/demos/Win32-MinGW/chtypes.h +++ b/demos/Win32-MinGW/chtypes.h @@ -40,5 +40,8 @@ typedef uint32_t systime_t; typedef int32_t cnt_t;
#define INLINE inline
+#define PACK_STRUCT_STRUCT __attribute__((packed))
+#define PACK_STRUCT_BEGIN
+#define PACK_STRUCT_END
#endif /* _CHTYPES_H_ */
|