[rtdef] add comment for RT_USING_LIBC_ISO_ONLY (#8229)
This commit is contained in:
parent
5ad6a6f2c5
commit
bb8667e13b
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
#ifdef RT_USING_LIBC
|
#ifdef RT_USING_LIBC
|
||||||
#if !defined(RT_USING_LIBC_ISO_ONLY) && !defined(RT_VER_NUM)
|
#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)
|
#define RT_USING_LIBC_ISO_ONLY (1)
|
||||||
#else
|
#else
|
||||||
#define RT_USING_LIBC_ISO_ONLY (0)
|
#define RT_USING_LIBC_ISO_ONLY (0)
|
||||||
|
|
Loading…
Reference in New Issue