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 e1c6ddf commit 84c80bdCopy full SHA for 84c80bd
system/STM32C0xx/stm32c0xx_hal_conf_default.h
@@ -148,11 +148,21 @@ in voltage and temperature.*/
148
/**
149
* @brief This is the HAL system configuration section
150
*/
151
+#if !defined (VDD_VALUE)
152
#define VDD_VALUE (3300UL) /*!< Value of VDD in mv */
153
+#endif
154
+#if !defined (TICK_INT_PRIORITY)
155
#define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority */
156
157
+#if !defined (USE_RTOS)
158
#define USE_RTOS 0U
159
160
+#if !defined (PREFETCH_ENABLE)
161
#define PREFETCH_ENABLE 1U
162
163
+#if !defined (INSTRUCTION_CACHE_ENABLE)
164
#define INSTRUCTION_CACHE_ENABLE 1U
165
166
167
168
/* ########################## Assert Selection ############################## */
0 commit comments