1.修复发送列表没有删除问题
This commit is contained in:
parent
5930ded612
commit
1fe6a2ddf1
|
@ -2700,7 +2700,7 @@ SINT32 sf_power_off_check_sd(void)
|
|||
//sf_FlowLogCopyToCard();
|
||||
//if(sf_in_card_exist())
|
||||
{
|
||||
if(sf_get_mode_flag() || ((0 == puiPara->SendType)))
|
||||
if(sf_get_mode_flag() || ((0 == puiPara->SendType)) || (startup == SF_MCU_STARTUP_RESET))
|
||||
sf_delete_send_flie_list();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user