From f988a856a4e7812b822f522fcdaed94c0832bb5e Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期六, 13 八月 2022 21:30:19 +0800 Subject: [PATCH] V2.53 增加震动状态上传和震动实时响应功能 --- Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h index 005e8af..1acd24e 100644 --- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h +++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h @@ -578,6 +578,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