modify bugs
This commit is contained in:
parent
bee48984b0
commit
8f8f6ced84
@ -389,8 +389,8 @@ int Uart::DealAskTask(uint16_t ushortAdd){
|
|||||||
mssleep(50000);
|
mssleep(50000);
|
||||||
UpdateConfig(ushortAdd);
|
UpdateConfig(ushortAdd);
|
||||||
}
|
}
|
||||||
current_z = z;
|
|
||||||
uint16_t next_duration = scheduler::instance().GetNextDuration(ushortAdd,z,next_task_id);
|
uint16_t next_duration = scheduler::instance().GetNextDuration(ushortAdd,z,next_task_id);
|
||||||
|
current_z = z;
|
||||||
zlog_info(zct, "taskID = %d next_duration = %d next_task_id = %d,current_z = %d", taskID, next_duration, next_task_id,current_z);
|
zlog_info(zct, "taskID = %d next_duration = %d next_task_id = %d,current_z = %d", taskID, next_duration, next_task_id,current_z);
|
||||||
|
|
||||||
if(next_task_id == kScheduleWaveForm){
|
if(next_task_id == kScheduleWaveForm){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user