From 53fc262beaacb6922d65e3e2001f28d90bd884a8 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期一, 24 三月 2025 17:28:57 +0800 Subject: [PATCH] V1.12,增加不休眠下5S单独一包上传逻辑 --- keil/uwb_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/uwb_app.c b/keil/uwb_app.c index 968c6d6..847d6a2 100644 --- a/keil/uwb_app.c +++ b/keil/uwb_app.c @@ -240,7 +240,7 @@ /* UWB_BD_ERR Preamble detection error */ /* UWB_TO_ERR Receive timeout */ /* UWB_STS_ERR STS error */ - temp_count= phy_timer_count_get(); + temp_count= phy_timer_count_get(); memcpy(&rx_rpt, rx_report, sizeof(struct MAC_HW_REPORT_T)); rx_length = 0; -- Gitblit v1.9.3