From 30f954046d1fb066587d57f369bace347a27e829 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 12 六月 2024 17:09:43 +0800
Subject: [PATCH] V1.24 双spi开发完成,功能正常,之前出现死机是因为uwb再次用之前要关中断再开中断就行了。

---
 Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h
index 21146bb..8edd2f3 100644
--- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h
+++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h
@@ -39,12 +39,10 @@
 #ifndef __STM32L0xx_H
 #define __STM32L0xx_H
 
-#define _NO_HANGJIN/*记得改偏移量杭锦项目起始地址是7800*/
-
 #ifdef __cplusplus
  extern "C" {
 #endif /* __cplusplus */
-
+   
 /** @addtogroup Library_configuration_section
   * @{
   */

--
Gitblit v1.9.3