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

---
 CORE/define_all.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/CORE/define_all.h b/CORE/define_all.h
index 9d47f45..f863135 100644
--- a/CORE/define_all.h
+++ b/CORE/define_all.h
@@ -51,6 +51,8 @@
 } ErrorStatus_STM32;
 
 #define	uint08 uint8_t
+#define	uint8 uint8_t
+
 #define	uint16 uint16_t
 #define uint32 uint32_t
 #define	int08 int8_t		

--
Gitblit v1.9.3