!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

View File

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