1.3启动只做闪烁

This commit is contained in:
payton 2023-12-20 14:22:44 +08:00
parent 44e68dd7ef
commit 47047f8b05

View File

@ -338,7 +338,7 @@ void sf_led_init(void)
static UINT8 dofirst = 1; static UINT8 dofirst = 1;
printf("[%s:%d] s\n", __FUNCTION__, __LINE__); printf("[%s:%d] s\n", __FUNCTION__, __LINE__);
UINT8 startup = sf_get_power_on_mode(); UINT8 startup = sf_get_power_on_mode();
if(((PWR_ON_SETUP != startup) && (PWR_ON_AUTO != startup) && (PWR_ON_USB != startup))) if(((PWR_ON_SETUP != startup) && (PWR_ON_USB != startup)))
return; return;
if(!dofirst) if(!dofirst)