This commit is contained in:
zhangsheng 2026-02-28 09:37:18 +08:00
parent 0535c0765c
commit 8f2698b48f

View File

@ -453,7 +453,7 @@ int Uart::DealReviveDuration(uint16_t ushortAdd){
int next_taskID = 0;
bool z = false;
uint16_t next_duration = scheduler::instance().GetNextDuration(ushortAdd,z,next_taskID);
zlog_info(zct, "next_duration = %d next_taskID = %d", next_duration,next_taskID);
zlog_info(zct, "next_duration = %d next_taskID = %d,z = %d", next_duration,next_taskID,z);
scheduleTask.cmd = REVIVE_DURATION;
scheduleTask.shortAddr = ushortAdd;
scheduleTask.duration = next_duration;