From 974181bcefe299fbed4c1dcd6d39be3e9f674c0e Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 13 六月 2025 18:04:16 +0800
Subject: [PATCH] 成功增加sscom03shell配置指令功能,但是需要输入3次才能进入函数处理未解决

---
 keil/include/components/hal/UART.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/keil/include/components/hal/UART.h b/keil/include/components/hal/UART.h
index 8b7d662..dfa0319 100644
--- a/keil/include/components/hal/UART.h
+++ b/keil/include/components/hal/UART.h
@@ -38,10 +38,9 @@
 
 typedef enum
 {
-    UART_ID_DBG = 0,
-	UART_ID_LORA,
-	UART_ID_GPS,
-    UART_ID_4G,
+	 UART_ID_4G=0,
+	UART_ID_DBG_GPS,
+   
 
     UART_ID_LAST,
 }E_UartID;

--
Gitblit v1.9.3