From 1b4876fa8c75d9a0f3ffbfdc515a59a776f9dd65 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 19 四月 2024 14:42:27 +0800 Subject: [PATCH] 增加数据上传秒延迟模式,增加远距离通道,测试网关通讯能力模式 --- Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h index 8edd2f3..21146bb 100644 --- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h +++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h @@ -39,10 +39,12 @@ #ifndef __STM32L0xx_H #define __STM32L0xx_H +#define _NO_HANGJIN/*记得改偏移量杭锦项目起始地址是7800*/ + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ - + /** @addtogroup Library_configuration_section * @{ */ -- Gitblit v1.9.3