!261 宏LOSCFG_SUPPORT_FATFS在fs.c中存在使用问题,导致无fatfs的情况下,编译出错
Merge pull request !261 from zhangfanfan2/master
This commit is contained in:
commit
af5bc32e38
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue