From 65062d0d5b21f838aa0043a15ce54cfab8d72c43 Mon Sep 17 00:00:00 2001
From: wujiazhi <1147861305@qq.com>
Date: Tue, 11 Jun 2024 14:23:53 +0800
Subject: [PATCH] 1.Fixed communication failure between MCU and wireless module 2.Fix the wrong judgment of alkaline lithium power

---
 HARDWARE/RTC/RTC.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/HARDWARE/RTC/RTC.h b/HARDWARE/RTC/RTC.h
index 9f50d57..8dbbaf2 100644
--- a/HARDWARE/RTC/RTC.h
+++ b/HARDWARE/RTC/RTC.h
@@ -4,15 +4,6 @@
 #include "define_all.h" 
 
 
-
-
-
-
-
-
-
-
-
 extern __IO RTC_TimeDateTypeDef calendar_g;
 
 void RTC_Init(void);

--
Gitblit v1.9.3