From 0bcb013a7bae7815ac59c8b59302e2d9ed0b3f30 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 18 十月 2024 18:29:01 +0800
Subject: [PATCH] 车载帧间隔随着设备低功耗优化到400us,能实现较稳定测距

---
 APL/dw_app.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/APL/dw_app.c b/APL/dw_app.c
index b2b287a..5e83225 100644
--- a/APL/dw_app.c
+++ b/APL/dw_app.c
@@ -126,7 +126,7 @@
 static uint64_t resp_tx_ts;
 static uint64_t final_rx_ts;
 static double tof;
-int32_t anchor_dist_last_frm[TAG_NUM_IN_SYS],his_dist[TAG_NUM_IN_SYS];	;	
+int32_t anchor_dist_last_frm[TAG_NUM_IN_SYS];	
 uint32_t tag_id = 0;
 uint32_t tag_id_recv = 0;
 uint32_t anc_id_recv = 0;

--
Gitblit v1.9.3