From 47047f8b0545924907b108ca161b0c8278570120 Mon Sep 17 00:00:00 2001 From: payton Date: Wed, 20 Dec 2023 14:22:44 +0800 Subject: [PATCH] =?UTF-8?q?1.3=E5=90=AF=E5=8A=A8=E5=8F=AA=E5=81=9A?= =?UTF-8?q?=E9=97=AA=E7=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtos/code/driver/na51089/source/mcu/sf_led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos/code/driver/na51089/source/mcu/sf_led.c b/rtos/code/driver/na51089/source/mcu/sf_led.c index f6645341d..6a172e0f9 100755 --- a/rtos/code/driver/na51089/source/mcu/sf_led.c +++ b/rtos/code/driver/na51089/source/mcu/sf_led.c @@ -338,7 +338,7 @@ void sf_led_init(void) static UINT8 dofirst = 1; printf("[%s:%d] s\n", __FUNCTION__, __LINE__); 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; if(!dofirst)