Skip to content

Commit

Permalink
system(wba): update STM32WBAxx hal default config
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jan 9, 2025
1 parent 5050bc8 commit 95b529f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system/STM32WBAxx/stm32wbaxx_hal_conf_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ extern "C" {
*/
#if !defined (LSI_VALUE)
#define LSI_VALUE 32000UL /*!< LSI Typical Value in Hz*/
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz. The real value may vary depending on the variations in voltage and temperature.*/
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
The real value may vary depending on the variations in voltage
and temperature.*/

#if defined (RCC_LSI2_SUPPORT)
#if !defined (LSI2_VALUE)
Expand Down Expand Up @@ -172,8 +174,8 @@ extern "C" {
#define USE_HAL_CRYP_REGISTER_CALLBACKS 0U /* CRYP register callback disabled */
#define USE_HAL_HASH_REGISTER_CALLBACKS 0U /* HASH register callback disabled */
#define USE_HAL_I2C_REGISTER_CALLBACKS 0U /* I2C register callback disabled */
#define USE_HAL_IWDG_REGISTER_CALLBACKS 0U /* IWDG register callback disabled */
#define USE_HAL_IRDA_REGISTER_CALLBACKS 0U /* IRDA register callback disabled */
#define USE_HAL_IWDG_REGISTER_CALLBACKS 0U /* IWDG register callback disabled */
#define USE_HAL_LPTIM_REGISTER_CALLBACKS 0U /* LPTIM register callback disabled */
#define USE_HAL_PKA_REGISTER_CALLBACKS 0U /* PKA register callback disabled */
#define USE_HAL_RAMCFG_REGISTER_CALLBACKS 0U /* RAMCFG register callback disabled */
Expand Down Expand Up @@ -205,12 +207,10 @@ extern "C" {

#define USE_HAL_HASH_SUSPEND_RESUME 0U


/* Includes ------------------------------------------------------------------*/
/**
* @brief Include module's header file
*/

#ifdef HAL_DMA_MODULE_ENABLED
#include "stm32wbaxx_hal_dma.h"
#endif /* HAL_DMA_MODULE_ENABLED */
Expand Down

0 comments on commit 95b529f

Please sign in to comment.