Browse Source

select RT_USING_POSIX_STDIO for RT_LIBC_USING_FILEIO

Meco Man 3 years ago
parent
commit
aa83b929d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/libc/Kconfig

+ 1 - 0
components/libc/Kconfig

@@ -11,6 +11,7 @@ if RT_USING_LIBC
     config RT_LIBC_USING_FILEIO
         bool "Enable libc with file operation, eg.fopen/fwrite/fread/getchar"
         select RT_USING_POSIX
+        select RT_USING_POSIX_STDIO
         default n
 
     config RT_USING_MODULE