Add new IOPort design
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define __no_inline __attribute__((noinline))
|
||||
#define __always_inline __attribute__((always_inline))
|
||||
#define __section(name) __attribute__((section(name)))
|
||||
#define __collect(...) __VA_ARGS__
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define __constexpr constexpr
|
||||
|
||||
Reference in New Issue
Block a user