From 10e8268e0be6eb3a29717b81a3e9a52b968783fa Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 11 四月 2024 11:12:31 +0800 Subject: [PATCH] V1.15,修改gcom表1跟表2搬运时候搬运的跟初始化搬运的大小一致 --- Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h index 21146bb..8e9ee50 100644 --- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h +++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l0xx.h @@ -39,7 +39,7 @@ #ifndef __STM32L0xx_H #define __STM32L0xx_H -#define _NO_HANGJIN/*记得改偏移量杭锦项目起始地址是7800*/ +//#define _NO_HANGJIN/*记得改偏移量杭锦项目起始地址是7800*/ #ifdef __cplusplus extern "C" { -- Gitblit v1.9.3