This commit is contained in:
Alexander Heldt
2024-09-05 19:32:35 +02:00
parent a3c1de878a
commit 0bc9e2bd4a
23 changed files with 9920 additions and 895 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ void tim4_init(void) {
}
void tim4_start(void) {
TIM4->CR1 |= TIM4_ENABLE;
TIM4->CR1 |= TIM_ENABLE;
}