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/stm32l082xx.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h index 3af095f..4df3fe4 100644 --- a/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h +++ b/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l082xx.h @@ -786,6 +786,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