Skip to content

Commit 95b529f

Browse files
committed
system(wba): update STM32WBAxx hal default config
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5050bc8 commit 95b529f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: system/STM32WBAxx/stm32wbaxx_hal_conf_default.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ extern "C" {
101101
*/
102102
#if !defined (LSI_VALUE)
103103
#define LSI_VALUE 32000UL /*!< LSI Typical Value in Hz*/
104-
#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.*/
104+
#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
105+
The real value may vary depending on the variations in voltage
106+
and temperature.*/
105107

106108
#if defined (RCC_LSI2_SUPPORT)
107109
#if !defined (LSI2_VALUE)
@@ -172,8 +174,8 @@ extern "C" {
172174
#define USE_HAL_CRYP_REGISTER_CALLBACKS 0U /* CRYP register callback disabled */
173175
#define USE_HAL_HASH_REGISTER_CALLBACKS 0U /* HASH register callback disabled */
174176
#define USE_HAL_I2C_REGISTER_CALLBACKS 0U /* I2C register callback disabled */
175-
#define USE_HAL_IWDG_REGISTER_CALLBACKS 0U /* IWDG register callback disabled */
176177
#define USE_HAL_IRDA_REGISTER_CALLBACKS 0U /* IRDA register callback disabled */
178+
#define USE_HAL_IWDG_REGISTER_CALLBACKS 0U /* IWDG register callback disabled */
177179
#define USE_HAL_LPTIM_REGISTER_CALLBACKS 0U /* LPTIM register callback disabled */
178180
#define USE_HAL_PKA_REGISTER_CALLBACKS 0U /* PKA register callback disabled */
179181
#define USE_HAL_RAMCFG_REGISTER_CALLBACKS 0U /* RAMCFG register callback disabled */
@@ -205,12 +207,10 @@ extern "C" {
205207

206208
#define USE_HAL_HASH_SUSPEND_RESUME 0U
207209

208-
209210
/* Includes ------------------------------------------------------------------*/
210211
/**
211212
* @brief Include module's header file
212213
*/
213-
214214
#ifdef HAL_DMA_MODULE_ENABLED
215215
#include "stm32wbaxx_hal_dma.h"
216216
#endif /* HAL_DMA_MODULE_ENABLED */

0 commit comments

Comments
 (0)