From 85cc2dab69df6bd74726d5fcc479e075db0ca07a Mon Sep 17 00:00:00 2001 From: geniusgogo Date: Mon, 18 Sep 2017 16:31:14 +0800 Subject: [PATCH] Update rtdef.h --- include/rtdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtdef.h b/include/rtdef.h index 0046b1509f..e44f39fdd8 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -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