浏览代码

Update rtdef.h

geniusgogo 7 年之前
父节点
当前提交
85cc2dab69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/rtdef.h

+ 1 - 1
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