From 27813980cd06b7e471c0d6dbf250f01de9f7d864 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期五, 22 八月 2025 09:48:34 +0800 Subject: [PATCH] 修改4g网络断开链接,重连机制 --- keil/include/drivers/DBG.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/keil/include/drivers/DBG.h b/keil/include/drivers/DBG.h index bd17372..0a35d24 100644 --- a/keil/include/drivers/DBG.h +++ b/keil/include/drivers/DBG.h @@ -44,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