mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
[rtdef] add comment for RT_USING_LIBC_ISO_ONLY (#8229)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user