We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962c21 commit 561ae9aCopy full SHA for 561ae9a
1 file changed
ports/stm32/boards/NUCLEO_F091RC/stm32f0xx_hal_conf.h
@@ -162,9 +162,7 @@
162
* @brief This is the HAL system configuration section
163
*/
164
#define VDD_VALUE 3300U /*!< Value of VDD in mv */
165
-#define TICK_INT_PRIORITY ((uint32_t)(1U<<__NVIC_PRIO_BITS) - 1U) /*!< tick interrupt priority (lowest by default) */
166
- /* Warning: Must be set to higher priority for HAL_Delay() */
167
- /* and HAL_GetTick() usage under interrupt context */
+#define TICK_INT_PRIORITY ((uint32_t)0x00) /*!< tick interrupt priority */
168
#define USE_RTOS 0U
169
#define PREFETCH_ENABLE 1U
170
#define INSTRUCTION_CACHE_ENABLE 0U
0 commit comments