替换宏定义

This commit is contained in:
Meco Man
2021-11-30 10:39:40 -05:00
parent 838d1087a0
commit 04d3d13081
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if RT_USING_CPLUSPLUS
bool "Enable c++11 threading feature support"
default n
select RT_USING_LIBC
select RT_USING_DFS
select RT_LIBC_USING_FILEIO
select RT_USING_PTHREADS
select RT_USING_RTC
+4
View File
@@ -17,6 +17,10 @@
#include <stdlib.h>
#include <string.h>
#ifndef DFS_USING_POSIX
#error "Please enable DFS_USING_POSIX"
#endif
struct custom_ctx
{
struct rym_ctx parent;