From e3d28cbb2bbf0c65af4d3d57e649f7ef0a6cbdb6 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期六, 13 八月 2022 21:50:01 +0800 Subject: [PATCH] 1 --- Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h index d62948c..351d1b6 100644 --- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h +++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h @@ -759,6 +759,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