Added missing file for stm32wb55 hal configuration

pull/25/head v1.3
Daniele Lacamera 2019-11-13 09:17:32 +01:00
parent 637d003d98
commit f1d983cbb6
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef __STM32WBxx_HAL_CONF_H
#define __STM32WBxx_HAL_CONF_H
#define HAL_MODULE_ENABLED
#define HAL_PKA_MODULE_ENABLED
//#define HAL_FLASH_MODULE_ENABLED
#define HAL_RCC_MODULE_ENABLED
#define USE_HAL_PKA_REGISTER_CALLBACKS 0u
//#include "stm32wbxx_hal_flash.h"
#include "stm32wbxx_hal_pka.h"
#include "stm32wbxx_hal_rcc.h"
#define assert_param(expr) ((void)0U)
#endif /* __STM32WBxx_HAL_CONF_H */