From d517f3f5f4436f23839e344c3b2003e5eb6932e7 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 26 十二月 2024 15:49:24 +0800 Subject: [PATCH] V1.7版本,新增上位机配置4G发送时间(滤波参数),单位秒 --- 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