修改sf_wifi_svr合并代码冲突
This commit is contained in:
parent
00623e27c2
commit
dc4ddd2a3a
|
@ -430,15 +430,9 @@ S8 *appThumbKeyToName(thumbSize_t imgSize, thumbType_t fileType, UINT16 dirKey,
|
|||
free(strg_path);
|
||||
return SF_FAILURE;
|
||||
}
|
||||
<<<<<<< Updated upstream
|
||||
MLOGI("s1\n");
|
||||
char font =sf_get_strg_dev() == MMC_DEV_EMMC ? 'B' : 'A';
|
||||
=======
|
||||
|
||||
//char font = sf_get_strg_dev() == MMC_DEV_EMMC ? 'B' : 'E';
|
||||
UINT32 dcf_handle = (UINT32)System_Get_DCF_Handle(); /* 0:emmc 1:sd */
|
||||
char font = System_Get_DCF_Disk_Drive(dcf_handle) == 'B' ? 'B' : 'E';
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
if(imgSize == THUMB_320x240)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user