浏览代码

[rtdef] add comment for RT_USING_LIBC_ISO_ONLY (#8229)

Meco Man 1 年之前
父节点
当前提交
bb8667e13b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/rtdef.h

+ 1 - 0
include/rtdef.h

@@ -62,6 +62,7 @@
 
 #ifdef RT_USING_LIBC
 #if !defined(RT_USING_LIBC_ISO_ONLY) && !defined(RT_VER_NUM)
+/* If RT_VER_NUM is not defined, there is no extra libc support. */
 #define RT_USING_LIBC_ISO_ONLY  (1)
 #else
 #define RT_USING_LIBC_ISO_ONLY  (0)