add RT_USING_POSIX_DELAY

This commit is contained in:
Meco Man
2021-11-07 21:10:29 -05:00
parent 910961c091
commit 2639171885
4 changed files with 46 additions and 38 deletions
+4
View File
@@ -53,6 +53,10 @@ if RT_USING_POSIX
select RT_USING_POSIX_POLL
default n
config RT_USING_POSIX_DELAY
bool "Enable delay functions"
default n
config RT_USING_POSIX_GETLINE
bool "Enable getline()/getdelim() APIs"
default n