From 8f2698b48fdedbc4b2acb4249c928d0c029ad620 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Sat, 28 Feb 2026 09:37:18 +0800 Subject: [PATCH] add code --- uart/uart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uart/uart.cpp b/uart/uart.cpp index 8ae8374..8762b5d 100644 --- a/uart/uart.cpp +++ b/uart/uart.cpp @@ -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;