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.特征值 {