Skip to content

Commit f1d983c

Browse files
committed
Added missing file for stm32wb55 hal configuration
1 parent 637d003 commit f1d983c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hal/stm32wbxx_hal_conf.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ifndef __STM32WBxx_HAL_CONF_H
2+
#define __STM32WBxx_HAL_CONF_H
3+
#define HAL_MODULE_ENABLED
4+
#define HAL_PKA_MODULE_ENABLED
5+
//#define HAL_FLASH_MODULE_ENABLED
6+
#define HAL_RCC_MODULE_ENABLED
7+
#define USE_HAL_PKA_REGISTER_CALLBACKS 0u
8+
//#include "stm32wbxx_hal_flash.h"
9+
#include "stm32wbxx_hal_pka.h"
10+
#include "stm32wbxx_hal_rcc.h"
11+
#define assert_param(expr) ((void)0U)
12+
#endif /* __STM32WBxx_HAL_CONF_H */

0 commit comments

Comments
 (0)