From 7e660c15e78e77b12d98d97852cee50a2bd0479a Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 11 七月 2025 10:05:35 +0800
Subject: [PATCH] 修复5vDEbug不闪灯的逻辑V2.10

---
 keil/uwb_app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/keil/uwb_app.c b/keil/uwb_app.c
index d6f15cf..3e45e80 100644
--- a/keil/uwb_app.c
+++ b/keil/uwb_app.c
@@ -145,7 +145,7 @@
 //    .phy_cfg.rx_ant_id = UWB_RX_ANT_3,    /* UWB RX antenna port                       */
 //};
 #ifdef UWB_MK8000_XB
-static struct mk_uwb_configure config = {
+ struct mk_uwb_configure config = {
     .phy_work_mode = (uint8_t)(PHY_TX | PHY_RX),
     .phy_cfg.ch_num = 5,                      /* Channel number.                           */
     .phy_cfg.code_index = 9,                  /* TRX preamble code                         */
@@ -162,7 +162,7 @@
 };
 #endif
 #ifdef UWB_DW1000_MBXJZ_OLD
-static struct mk_uwb_configure config = {
+ struct mk_uwb_configure config = {
     .phy_work_mode = (uint8_t)(PHY_TX | PHY_RX),
     .phy_cfg.ch_num = 5,                      /* Channel number.                           */
     .phy_cfg.code_index = 9,                  /* TRX preamble code                         */

--
Gitblit v1.9.3