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:
payton 2024-01-16 15:18:23 +08:00
commit 99fdc6b2e0

View File

@ -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))
{/*emmc normal sd full*/
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);
textLabel = Get_FreePicNumString(g_uiFreePicNum);
textLabelError = "";