Merge branch 'Branch_S550_Fast_Emmc' of gitlab.sifar.tech:linux-em-group/s530-ntk into Branch_S550_Fast_Emmc
This commit is contained in:
commit
99fdc6b2e0
|
@ -830,7 +830,7 @@ static void update_sd_emmc_status(void)
|
||||||
else if (diskSizeEmmc > 0 && diskFreeEmmc >= (FREE_SIZE_MB*1024*1024) && diskFreeSd < (FREE_SIZE_MB*1024*1024))
|
else if (diskSizeEmmc > 0 && diskFreeEmmc >= (FREE_SIZE_MB*1024*1024) && diskFreeSd < (FREE_SIZE_MB*1024*1024))
|
||||||
{/*emmc normal sd full*/
|
{/*emmc normal sd full*/
|
||||||
idLeft = LV_PLUGIN_IMG_ID_SF_SD_EMMC;
|
idLeft = LV_PLUGIN_IMG_ID_SF_SD_EMMC;
|
||||||
idRight = LV_PLUGIN_IMG_ID_SF_EMMC_FULL;
|
idRight = LV_PLUGIN_IMG_ID_SF_SD_FULL;
|
||||||
UIStorageCheck(STORAGE_CHECK_FULL, &g_uiFreePicNum);
|
UIStorageCheck(STORAGE_CHECK_FULL, &g_uiFreePicNum);
|
||||||
textLabel = Get_FreePicNumString(g_uiFreePicNum);
|
textLabel = Get_FreePicNumString(g_uiFreePicNum);
|
||||||
textLabelError = "";
|
textLabelError = "";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user