Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78b67ee

Browse files
committed
system(wl3): update STM32WL3x hal default config
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parentf218b7f commit78b67ee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎system/STM32WL3x/stm32wl3x_hal_conf_default.h‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
******************************************************************************
3-
* @file stm32wl3x_hal_conf.h
4-
* @author MCD Application Team
5-
* @brief HAL configuration file.
3+
* @file stm32wl3x_hal_conf_default.h
4+
* @brief HAL default configuration file.
65
******************************************************************************
76
* @attention
87
*
@@ -28,6 +27,12 @@ extern "C" {
2827
/* Exported constants --------------------------------------------------------*/
2928

3029
/* ########################## Module Selection ############################## */
30+
/**
31+
* @brief Include the default list of modules to be used in the HAL driver
32+
* and manage module deactivation
33+
*/
34+
#include"stm32yyxx_hal_conf.h"
35+
#if0
3136
/**
3237
* @brief This is the list of modules to be used in the HAL driver
3338
*/
@@ -61,6 +66,7 @@ extern "C" {
6166
#defineHAL_TIM_MODULE_ENABLED
6267
#defineHAL_UART_MODULE_ENABLED
6368
#defineHAL_USART_MODULE_ENABLED
69+
#endif
6470

6571
#defineUSE_HAL_ADC_REGISTER_CALLBACKS 0u
6672
#defineUSE_HAL_COMP_REGISTER_CALLBACKS 0u

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp