diff --git a/include/rtdef.h b/include/rtdef.h index 10edc25df1..2f55651262 100644 --- a/include/rtdef.h +++ b/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)