From cb9f8345145f29d7d2437953b5647955c4530080 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 13 三月 2025 09:12:02 +0800 Subject: [PATCH] 增加打印串口逻辑方便app端调试 --- keil/uwb_tag.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/uwb_tag.c b/keil/uwb_tag.c index 14e2bbd..3f1ed2c 100644 --- a/keil/uwb_tag.c +++ b/keil/uwb_tag.c @@ -33,7 +33,7 @@ #define FINAL_MSG_RESP_RX_TS_IDX 14 #define FINAL_MSG_FINAL_TX_TS_IDX 18 #define DELAY_DEFAULT 1000 -#define DELAY_BETWEEN_TWO_FRAME_UUS 400 +#define DELAY_BETWEEN_TWO_FRAME_UUS 600 //yuan1400 #define HALF_SECOND_TIME 62400000 static uint16_t CmpTagInList(uint16_t tagid); -- Gitblit v1.9.3