!261 宏LOSCFG_SUPPORT_FATFS在fs.c中存在使用问题,导致无fatfs的情况下,编译出错

Merge pull request !261 from zhangfanfan2/master
This commit is contained in:
openharmony_ci 2021-08-12 02:01:00 +00:00 committed by Gitee
commit af5bc32e38
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
*/ */
#include "fs_operations.h" #include "fs_operations.h"
#include "los_config.h" #include "los_config.h"
#ifdef LOSCFG_SUPPORT_FATFS #if (LOSCFG_SUPPORT_FATFS == 1)
#include "fatfs.h" #include "fatfs.h"
#endif #endif
#include "dirent.h" #include "dirent.h"