From 84649c69381018c8cba0657922c5bed4ddfaf0f7 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 17 五月 2024 15:35:46 +0800
Subject: [PATCH] V2.28 改成收1秒 等3秒,中间会多次发lora

---
 Src/system_stm32l0xx.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Src/system_stm32l0xx.c b/Src/system_stm32l0xx.c
index 2a952b4..bcc7bfb 100644
--- a/Src/system_stm32l0xx.c
+++ b/Src/system_stm32l0xx.c
@@ -69,7 +69,7 @@
   */
 
 /**
-  * @}
+  * @ }
   */
 
 /** @addtogroup STM32L0xx_System_Private_Defines
@@ -80,8 +80,12 @@
 /*!< Uncomment the following line if you need to relocate your vector Table in
      Internal SRAM. */
 /* #define VECT_TAB_SRAM */
-#define VECT_TAB_OFFSET  0x7800U /*!< Vector Table base offset field.
-                                   This value must be a multiple of 0x100. */
+#ifndef _NO_HANGJIN	
+#define VECT_TAB_OFFSET  0x7800U /*!< Vector Table base offset field.This value must be a multiple of 0x100. */
+#else
+#define VECT_TAB_OFFSET  0x5000U 
+#endif
+        
 /******************************************************************************/
 /**
   * @}

--
Gitblit v1.9.3