Initial import
This commit is contained in:
9
ChibiOS_2.0.2/demos/ARM7-AT91SAM7X-UIP-GCC/web/cc-arch.h
Normal file
9
ChibiOS_2.0.2/demos/ARM7-AT91SAM7X-UIP-GCC/web/cc-arch.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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__ */
|
||||
Reference in New Issue
Block a user