1.更改SendMaxNum限制
This commit is contained in:
parent
cfb6bdd395
commit
d7e783bdc6
|
@ -158,7 +158,7 @@ SINT32 sf_check_max_num(void)
|
|||
}
|
||||
}
|
||||
|
||||
if(SF_MCU_STARTUP_ONKEY == sf_poweron_type_get())
|
||||
if((SF_MCU_STARTUP_SYN_PARAM == sf_poweron_type_get()) || (SF_MCU_STARTUP_ONKEY == sf_poweron_type_get()))
|
||||
{
|
||||
ret = SF_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user