1.异常处理优化

This commit is contained in:
payton 2023-12-11 15:54:22 +08:00
parent 36698eb868
commit fdfbc22659

View File

@ -1266,6 +1266,9 @@ SINT32 sf_cardv_file_to_app_send_thread(void) {
ThumbSend.IsRun = 0;
sf_file_thumb_cfg_clear();
sf_share_mem_file_down(1, s32ret);
if (sf_poweron_type_get() != SF_MCU_STARTUP_ONKEY) {
sf_power_off();
}
return s32ret;
}