We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637d003 commit f1d983cCopy full SHA for f1d983c
hal/stm32wbxx_hal_conf.h
@@ -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