From cce52f4b2bbf09cf72c5867f5696f8f33a582d72 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Mon, 6 Jan 2025 10:50:31 +0800 Subject: [PATCH] fix bugs --- uart/uart.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uart/uart.cpp b/uart/uart.cpp index 7894cb1..c984ae1 100644 --- a/uart/uart.cpp +++ b/uart/uart.cpp @@ -363,7 +363,6 @@ int Uart::DealAskTask(uint16_t ushortAdd){ int next_duration = 0; int taskID = scheduler::instance().StartSchedule(ushortAdd,next_duration); ScheduleTask scheduleTask; - taskID = 4; zlog_info(zct, "taskID = %d ", taskID); if (taskID == kScheduleEigenValue) //1.特征值 {