From 755f0e3a86e41e9e3cb98f36578b3199c6206e59 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期三, 23 四月 2025 11:14:46 +0800
Subject: [PATCH] 蓝牙现在通过PCA9555关闭使能,反初始化串口,拉低PCA中断脚,现在是0.8v

---
 keil/include/devices/MK800X/Include/MK800X.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keil/include/devices/MK800X/Include/MK800X.h b/keil/include/devices/MK800X/Include/MK800X.h
index d4bf9db..3753564 100644
--- a/keil/include/devices/MK800X/Include/MK800X.h
+++ b/keil/include/devices/MK800X/Include/MK800X.h
@@ -226,7 +226,7 @@
     UART0_IRQn = 24,      /*!< 24 UART0                                                                   */
     UART1_IRQn = 25,      /*!< 25 UART1                                                                   */
     CALIB_IRQn = 26,      /*!< 26 Calibration                                                             */
-    RCO32K_CAL_IRQn = 27, /*!< 27 RCO 32K calibration                                                     */
+    CLK32K_CAL_IRQn = 27, /*!< 27 CLK 32K calibration                                                     */
     WAKEUP_IRQn = 28,     /*!< 28 wakeup                                                                  */
     PHY_TIMER_IRQn = 29,  /*!< 29 PHY timer                                                               */
 

--
Gitblit v1.9.3