Skip to content

Commit 5618b84

Browse files
committed
system(wba): update STM32WBAx hal default config
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 5b3eb90 commit 5618b84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

system/STM32WBAxx/stm32wbaxx_hal_conf_default.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ extern "C" {
7373
#define HAL_UART_MODULE_ENABLED
7474
#define HAL_USART_MODULE_ENABLED
7575
#define HAL_WWDG_MODULE_ENABLED
76-
#define HAL_XSPI_MODULE_ENABLED
7776
#endif
7877

7978
/* ########################## Oscillator Values adaptation ####################*/
@@ -195,7 +194,6 @@ extern "C" {
195194
#define USE_HAL_UART_REGISTER_CALLBACKS 0U /* UART register callback disabled */
196195
#define USE_HAL_USART_REGISTER_CALLBACKS 0U /* USART register callback disabled */
197196
#define USE_HAL_WWDG_REGISTER_CALLBACKS 0U /* WWDG register callback disabled */
198-
#define USE_HAL_XSPI_REGISTER_CALLBACKS 0U /* XSPI register callback disabled */
199197

200198
/* ################## SPI peripheral configuration ########################## */
201199

@@ -353,10 +351,6 @@ extern "C" {
353351
#include "stm32wbaxx_hal_wwdg.h"
354352
#endif /* HAL_WWDG_MODULE_ENABLED */
355353

356-
#ifdef HAL_XSPI_MODULE_ENABLED
357-
#include "stm32wbaxx_hal_xspi.h"
358-
#endif /* HAL_XSPI_MODULE_ENABLED */
359-
360354
/* Exported macro ------------------------------------------------------------*/
361355
#ifdef USE_FULL_ASSERT
362356
/**

0 commit comments

Comments
 (0)