From 1a2264ab2e625c29f8f9454fd6238ae8598124bb Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 09 四月 2025 12:01:21 +0800 Subject: [PATCH] GPS手环V1.13,修改蓝灯闪灯逻辑 --- 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