From 9d92def44dc84a0fd125850c81ec99aecee2b899 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 07 Oct 2025 01:25:58 +0800 Subject: [PATCH] 楼道声光控灯项目程序 --- Core/Inc/stm32l4xx_hal_conf.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Core/Inc/stm32l4xx_hal_conf.h b/Core/Inc/stm32l4xx_hal_conf.h index 37b6854..fe2bb62 100644 --- a/Core/Inc/stm32l4xx_hal_conf.h +++ b/Core/Inc/stm32l4xx_hal_conf.h @@ -36,7 +36,7 @@ * @brief This is the list of modules to be used in the HAL driver */ #define HAL_MODULE_ENABLED -/*#define HAL_ADC_MODULE_ENABLED */ +#define HAL_ADC_MODULE_ENABLED /*#define HAL_CRYP_MODULE_ENABLED */ /*#define HAL_CAN_MODULE_ENABLED */ /*#define HAL_COMP_MODULE_ENABLED */ -- Gitblit v1.9.1