移植到 CH32V10x 既 QingKeV3 系列 MCU 上
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#define OS_STATIC_FORCE_INLINE static inline __attribute__((always_inline))
|
||||
#define OS_ALIGNED(x) __attribute__((aligned(x)))
|
||||
#define OS_WEAK __attribute__((weak))
|
||||
#define OS_USED __attribute__((used))
|
||||
#define OS_PACKED_STRUCT(x) struct __attribute__((packed)) x
|
||||
#define OS_SECTION(n) __attribute__((section(#n)))
|
||||
#define OS_NORETURN __attribute__((noreturn))
|
||||
|
||||
Reference in New Issue
Block a user