mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-16 03:46:47 +08:00
Update rtdef.h
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */
|
||||
#define RT_UNUSED __attribute__((unused))
|
||||
#define RT_USED __attribute__((used))
|
||||
#define ALIGN(n) __attribute__((aligned(n)))
|
||||
#define RT_WEAK __weak
|
||||
#define RT_WEAK __weak
|
||||
#define rt_inline static __inline
|
||||
/* module compiling */
|
||||
#ifdef RT_USING_MODULE
|
||||
|
||||
Reference in New Issue
Block a user