1.卡循环函数命名冲突

This commit is contained in:
payton 2023-10-14 17:41:09 +08:00
parent 2a260473a7
commit 234ee8e48e
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ SINT32 sf_sd_status_set(SF_SD_STATUS_E enStatus);
UINT32 sf_delete_send_flie_list(void); UINT32 sf_delete_send_flie_list(void);
int sf_sd_loop(void); int sf_app_sd_loop(void);
#ifdef __cplusplus #ifdef __cplusplus
#if __cplusplus #if __cplusplus

View File

@ -2419,7 +2419,7 @@ SINT32 sf_power_off_check_sd(void)
if((storeattrs.SDStatus == 0) & (storeattrs.SDFree < SDLOOP_REMAIN_SPACE)) if((storeattrs.SDStatus == 0) & (storeattrs.SDFree < SDLOOP_REMAIN_SPACE))
{ {
// sf_sd_loopremove(SF_DCIM_DIR); // sf_sd_loopremove(SF_DCIM_DIR);
sf_sd_loop(); sf_app_sd_loop();
} }
} }

View File

@ -1072,7 +1072,7 @@ SINT32 app_debug_process(SINT32 argc, SF_CHAR **argv[])
break; break;
case 5: case 5:
// sf_sd_loopremove("/mnt/mmc/DCIM"); // sf_sd_loopremove("/mnt/mmc/DCIM");
sf_sd_loop(); sf_app_sd_loop();
MLOGI("/* Added by MaxLi 2022/12/14--15:20:19*/\n"); MLOGI("/* Added by MaxLi 2022/12/14--15:20:19*/\n");
break; break;
case 6: case 6:

View File

@ -726,7 +726,7 @@ int sf_dcf_resort_min(void)
return 0; return 0;
} }
int sf_sd_loop(void) int sf_app_sd_loop(void)
{ {
char cPathTmp[512] = {0}; char cPathTmp[512] = {0};
char cFileTmp[512] = {0}; char cFileTmp[512] = {0};