From 1b4876fa8c75d9a0f3ffbfdc515a59a776f9dd65 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 19 四月 2024 14:42:27 +0800
Subject: [PATCH] 增加数据上传秒延迟模式,增加远距离通道,测试网关通讯能力模式

---
 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