From 08cef3632ff59b87fcae4af71b9f7eb087a16c4c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 28 三月 2025 09:41:35 +0800 Subject: [PATCH] 去掉nrtip跟trace on 省了22k左右空间 --- keil/include/drivers/DBG.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/keil/include/drivers/DBG.h b/keil/include/drivers/DBG.h index bb35791..0a35d24 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 * *******************************************************************************/ @@ -38,5 +44,6 @@ E_DBGMode DBG_GetMode(void); HIDO_VOID DBG_Poll(void); HIDO_VOID DBG_Init(void); +HIDO_UINT8 Get5VState(); #endif /* FML_DBG_H_ */ -- Gitblit v1.9.3