From 63bf8ea65ca11349d5fae93580f91a87d3633dba Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 14 三月 2025 18:45:47 +0800
Subject: [PATCH] 工卡改为通道9,加入ntrip跟tcp。ntrip不能用  shell不能用

---
 keil/include/drivers/DBG.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/keil/include/drivers/DBG.h b/keil/include/drivers/DBG.h
index bb35791..bd17372 100644
--- a/keil/include/drivers/DBG.h
+++ b/keil/include/drivers/DBG.h
@@ -30,6 +30,12 @@
     DBG_MODE_CFG,
     DBG_MODE_CHARGE,
 }E_DBGMode;
+typedef enum
+{
+    RTCMMODE_NONE,
+    RTCMMODE_TCP,
+    RTCMMODE_NTRIP,
+}RTCMMode;
 /*******************************************************************************
  *                             Global Function                                 *
  *******************************************************************************/

--
Gitblit v1.9.3