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

---
 Drivers/fm33a0xxev_cmu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Drivers/fm33a0xxev_cmu.h b/Drivers/fm33a0xxev_cmu.h
index 4df651b..d83a0c1 100644
--- a/Drivers/fm33a0xxev_cmu.h
+++ b/Drivers/fm33a0xxev_cmu.h
@@ -30,7 +30,7 @@
 #define const_rchf_Trim24 	HXVAR( uint32_t, 0x1FFFFB38 )	//RCHF 24MHz��Уֵ
 #define const_rchf_Trim32 	HXVAR( uint32_t, 0x1FFFFB34)   //RCHF 32MHz��Уֵ
 	 
-#define __XTHF_CLOCK                (12000000) //Ĭ��Ϊ8M���޸ij�ʵ�ʵ�12M
+#define __XTHF_CLOCK               /* (8000000) //*/	(12000000) //Ĭ��Ϊ8M���޸ij�ʵ�ʵ�12M
 /* Exported constants --------------------------------------------------------*/
 
 /* Exported types ------------------------------------------------------------*/

--
Gitblit v1.9.3