From a7f6e9379a020931556ccb3a230090dc6c7b7ee4 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Tue, 11 Mar 2025 14:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TC1/main.c b/TC1/main.c index d83fd3f..9d36f7f 100644 --- a/TC1/main.c +++ b/TC1/main.c @@ -161,7 +161,7 @@ int application_start(void) { PowerInit(); AppHttpdStart(); // start http server thread - UserLedSet(user_config->power_led_enabled) + UserLedSet(user_config->power_led_enabled); err = mico_rtos_create_thread(NULL, MICO_APPLICATION_PRIORITY, "p_count", (mico_thread_function_t) schedule_p_count_task,