mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-25 19:11:01 -04:00
ChibiOS 2.6.8, until I can figure out where to get it from git.
This commit is contained in:
parent
dc6fee8370
commit
e1eea8e08a
1929 changed files with 575326 additions and 0 deletions
9
firmware/chibios/demos/ARM7-AT91SAM7X-UIP-GCC/web/cc-arch.h
Executable file
9
firmware/chibios/demos/ARM7-AT91SAM7X-UIP-GCC/web/cc-arch.h
Executable 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__ */
|
Loading…
Add table
Add a link
Reference in a new issue