Implement interrupts
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
#define COMPILER_ATTR_H_
|
||||
|
||||
#define PACKED __attribute__((packed))
|
||||
#define ALIGNED(x) __attribute__((aligned((x))))
|
||||
|
||||
#endif // COMPILER_ATTR_H_
|
||||
|
Reference in New Issue
Block a user