Skip to content

Commit

Permalink
Added missing file for stm32wb55 hal configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Nov 13, 2019
1 parent 637d003 commit f1d983c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hal/stm32wbxx_hal_conf.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit f1d983c

Please sign in to comment.