|
1 | 1 | /**
|
2 | 2 | ******************************************************************************
|
3 |
| - * @file stm32wlxx_hal_conf.h |
4 |
| - * @author MCD Application Team |
5 |
| - * @brief HAL configuration file. |
| 3 | + * @file stm32wlxx_hal_conf_default.h |
| 4 | + * @brief HAL default configuration file. |
6 | 5 | ******************************************************************************
|
7 | 6 | * @attention
|
8 | 7 | *
|
|
18 | 17 | */
|
19 | 18 |
|
20 | 19 | /* Define to prevent recursive inclusion -------------------------------------*/
|
21 |
| -#ifndef STM32WLxx_HAL_CONF_H |
22 |
| -#define STM32WLxx_HAL_CONF_H |
| 20 | +#ifndef STM32WLxx_HAL_CONF_DEFAULT_H |
| 21 | +#define STM32WLxx_HAL_CONF_DEFAULT_H |
23 | 22 |
|
24 | 23 | #ifdef __cplusplus
|
25 | 24 | extern "C" {
|
|
29 | 28 | /* Exported constants --------------------------------------------------------*/
|
30 | 29 |
|
31 | 30 | /* ########################## Module Selection ############################## */
|
| 31 | +/** |
| 32 | + * @brief Include the default list of modules to be used in the HAL driver |
| 33 | + * and manage module deactivation |
| 34 | + */ |
| 35 | +#include "stm32yyxx_hal_conf.h" |
| 36 | +#if 0 |
32 | 37 | /**
|
33 | 38 | * @brief This is the list of modules to be used in the HAL driver
|
34 | 39 | */
|
|
64 | 69 | #define HAL_GPIO_MODULE_ENABLED
|
65 | 70 | #define HAL_PWR_MODULE_ENABLED
|
66 | 71 | #define HAL_RCC_MODULE_ENABLED
|
| 72 | +#endif |
67 | 73 |
|
68 | 74 | /* ########################## Register Callbacks selection ############################## */
|
69 | 75 | /**
|
|
335 | 341 | }
|
336 | 342 | #endif
|
337 | 343 |
|
338 |
| -#endif /* STM32WLxx_HAL_CONF_H */ |
| 344 | +#endif /* STM32WLxx_HAL_CONF_DEFAULT_H */ |
339 | 345 |
|
340 | 346 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
0 commit comments