TIM3 Clock enable

This commit is contained in:
2024-06-09 17:57:51 +02:00
parent 063456aaca
commit e45d71c82d

View File

@@ -250,4 +250,5 @@ extern "C" void SystemInit(void)
LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_TIM1);
LL_AHB1_GRP1_EnableClock(LL_AHB1_GRP1_PERIPH_DMA1);
LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_DAC1);
LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_TIM3);
}