This commit is contained in:
zhangsheng 2025-01-06 10:50:31 +08:00
parent ad4d2cff9b
commit cce52f4b2b

View File

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