修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:06:41 +08:00
parent 305f2117b8
commit a7f6e9379a

View File

@@ -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,