We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fef8ec commit f2bc2b3Copy full SHA for f2bc2b3
system/STM32H5xx/stm32h5xx_hal_conf_default.h
@@ -180,10 +180,18 @@ in voltage and temperature.*/
180
/**
181
* @brief This is the HAL system configuration section
182
*/
183
+#if !defined (VDD_VALUE)
184
#define VDD_VALUE 3300UL /*!< Value of VDD in mv */
185
+#endif
186
+#if !defined (TICK_INT_PRIORITY)
187
#define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority (lowest by default) */
188
189
+#if !defined (USE_RTOS)
190
#define USE_RTOS 0U
191
192
+#if !defined (PREFETCH_ENABLE)
193
#define PREFETCH_ENABLE 0U /*!< Enable prefetch */
194
195
196
/* ############################################ Assert Selection #################################################### */
197
0 commit comments