From 5631f61d1e227cf40802bcef95b1bf9c053cb04a Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 14 三月 2025 18:46:44 +0800 Subject: [PATCH] 1.10,ch9 --- keil/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/dw_app.c b/keil/dw_app.c index b7dda3b..45c2966 100644 --- a/keil/dw_app.c +++ b/keil/dw_app.c @@ -128,7 +128,7 @@ if(distance>-1000&&distance<100000) { - taglist_dist[i+taglist_current_index] = distance+(int16_t)g_com_map[OFFSET_AS_URT_TAG];//offset未加 + taglist_dist[i+taglist_current_index] = distance+(int16_t)g_com_map[DIST_OFFSET];//offset未加 }else{ taglist_dist[i] = 0x2ffff; } -- Gitblit v1.9.3