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 d99cb56 commit 1650f3aCopy full SHA for 1650f3a
libraries/SrcWrapper/src/stm32/timer.c
@@ -629,7 +629,7 @@ uint8_t getTimerClkSrc(TIM_TypeDef *tim)
629
uint8_t clkSrc = 0;
630
631
if (tim != (TIM_TypeDef *)NC)
632
-#if defined(STM32F0xx) || defined(STM32G0xx)
+#if defined(STM32C0xx) || defined(STM32F0xx) || defined(STM32G0xx)
633
/* TIMx source CLK is PCKL1 */
634
clkSrc = 1;
635
#else
0 commit comments