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

Merge pull request !262 from zhangfanfan2/cherry-pick-1628674821
This commit is contained in:
openharmony_ci 2021-08-12 02:00:14 +00:00 committed by Gitee
commit e21e3d5d1f
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"