diff --git a/include/rtdef.h b/include/rtdef.h index 77c302dffac4a58ad42a0ec068a49e6d929270d5..9c6cd8207fb7d4c5f77f5f4da93f68316e467bba 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -110,7 +110,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */ #include #define SECTION(x) @ x #define RT_UNUSED - #define RT_USED + #define RT_USED __root #define PRAGMA(x) _Pragma(#x) #define ALIGN(n) PRAGMA(data_alignment=n) #define WEAK __weak