1.调整log

This commit is contained in:
payton 2023-11-16 09:44:48 +08:00
parent 878b5bc8a2
commit 096a5d3f97

View File

@ -113,7 +113,7 @@ static int sf_is_sdc_mounted(void)
}
fclose(file);
printf("%s:%d is_mounted:%d", __FUNCTION__, __LINE__,is_mounted);
//printf("%s:%d is_mounted:%d", __FUNCTION__, __LINE__,is_mounted);
return is_mounted;
}