From 20bdb4be1fc4676cceaf09456b5ff4b648f4a4a4 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 14 七月 2022 15:21:33 +0800 Subject: [PATCH] v2.49 新版子功能调通 --- Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h index 63810d9..852d26c 100644 --- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h +++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h @@ -629,6 +629,15 @@ /** @addtogroup Exported_constants * @{ */ + + /** @addtogroup Hardware_Constant_Definition + * @{ + */ +#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */ + + /** + * @} + */ /** @addtogroup Peripheral_Registers_Bits_Definition * @{ -- Gitblit v1.9.3