diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-11 10:16:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-10-11 10:16:05 +0000 |
commit | 803895890d200c84ee2914fdc1cb246e94202eeb (patch) | |
tree | 5674cc91bd49a411f91ec0c60c055996e5022d1d /demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h | |
parent | 6834b95aa979dbb197ca1b9a5bced576cce4e96f (diff) | |
download | ChibiOS-803895890d200c84ee2914fdc1cb246e94202eeb.tar.gz ChibiOS-803895890d200c84ee2914fdc1cb246e94202eeb.tar.bz2 ChibiOS-803895890d200c84ee2914fdc1cb246e94202eeb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1210 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h')
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h b/demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h deleted file mode 100644 index 744cf56ef..000000000 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __CC_ARCH_H__
-#define __CC_ARCH_H__
-
-#define PACK_STRUCT_FIELD(x) x __attribute__((packed))
-#define PACK_STRUCT_STRUCT __attribute__((packed))
-#define PACK_STRUCT_BEGIN
-#define PACK_STRUCT_END
-
-#endif /* __CC_ARCH_H__ */
|