1.修复3P+V只存一张图问题
This commit is contained in:
parent
bc71398653
commit
8361933e41
|
@ -870,8 +870,8 @@ static DCF_HANDLE MovieFast_Get_DCF_Handle(void)
|
|||
//#else
|
||||
//return g_dcf_hdl;
|
||||
//#endif
|
||||
SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl);
|
||||
SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2);
|
||||
// SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl);
|
||||
// SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2);
|
||||
#if SF_AGEING_EMMC_TEST == ENABLE
|
||||
return g_dcf_hdl2;
|
||||
#endif
|
||||
|
|
|
@ -941,8 +941,8 @@ DCF_HANDLE PhotoFast_Get_DCF_Handle()
|
|||
//return g_dcf_hdl;
|
||||
//#endif
|
||||
|
||||
SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl);
|
||||
SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2);
|
||||
// SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl);
|
||||
// SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2);
|
||||
#if SF_AGEING_EMMC_TEST == ENABLE
|
||||
return g_dcf_hdl2;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user