You need to sign in or sign up before continuing.
fixed c1614ce2 from https://gitee.com/zhangfanfan2/kernel_liteos_m/pulls/261
fix: 宏LOSCFG_SUPPORT_FATFS在fs.c中存在使用问题,导致无fatfs的情况下,编译出错
代码中使用#ifdef LOSCFG_SUPPORT_FATFS控制业务逻辑,但LOSCFG_SUPPORT_FATFS的
默认定义为:#define LOSCFG_SUPPORT_FATFS 0,这样#ifdef LOSCFG_SUPPORT_FATFS控制
的逻辑一定会被编译。修改方式:使用的地方统一为#if的形式
close: #I44XNR
Signed-off-by:
zff <zhangfanfan2@huawei.com>
parent
fef2e372
Please register or sign in to comment