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 555b956 commit 5d91123Copy full SHA for 5d91123
system/STM32WBAxx/stm32wbaxx_hal_conf_default.h
@@ -137,10 +137,18 @@ extern "C" {
137
/**
138
* @brief This is the HAL system configuration section
139
*/
140
+#if !defined (VDD_VALUE)
141
#define VDD_VALUE 3300UL /*!< Value of VDD in mv */
142
+#endif
143
+#if !defined (TICK_INT_PRIORITY)
144
#define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority (lowest by default) */
145
146
+#if !defined (USE_RTOS)
147
#define USE_RTOS 0U
148
149
+#if !defined (PREFETCH_ENABLE)
150
#define PREFETCH_ENABLE 1U /*!< Enable prefetch */
151
152
153
/* ########################## Assert Selection ############################## */
154
0 commit comments