Fix typos in comments (#24681)

This commit is contained in:
co63oc
2025-04-09 08:47:58 +08:00
committed by GitHub
parent 03345db36e
commit f4cfee6f72
53 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void rgb_led(int r, int g, int b, int freqs)
if (!once) {
once = 1;
/* Enabel Clock to Block */
/* Enable Clock to Block */
modifyreg32(STM32_RCC_APB2ENR, 0, RCC_APB2ENR_TIM1EN);
/* Reload */