From 43888daf1bd7325d37228c092e1252b0dfc5822e Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期三, 27 三月 2024 11:27:36 +0800
Subject: [PATCH] 1.47 去掉同步基站时间,解决和车载防撞基站,没有下发时间,导致测距频率异常的BUG

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

diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c
index 06b9b91..227a214 100644
--- a/Src/application/dw_app.c
+++ b/Src/application/dw_app.c
@@ -511,7 +511,7 @@
 												{sync_timer=0;}
 										}
 										ancsync_time=((sync_timer)*1000+tmp_time);																			
-										SyncAncUpdate(rec_nearbaseid,ancsync_time,rec_tagslotpos);
+							//			SyncAncUpdate(rec_nearbaseid,ancsync_time,rec_tagslotpos);
                     //	TIM3->CNT=tmp_time;
 //									if(tagslotpos>max_slotpos)
 //										tagslotpos=tagslotpos%(max_slotpos+1);

--
Gitblit v1.9.3