diff --git a/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c b/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c index 394bf41d6..f6aafad7c 100755 --- a/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c +++ b/code/application/source/sf_app/code/source/wifi/sf_wifi_svr.c @@ -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) {