Fix a bug that was causing 10x power usage from boot until the first sound played

This commit is contained in:
Alessandro Genova
2025-08-05 23:39:47 -04:00
parent e942f67685
commit 6e23421df4
2 changed files with 1 additions and 6 deletions
+1 -3
View File
@@ -317,9 +317,7 @@ void _watch_disable_tcc(void) {
}
void watch_enable_leds(void) {
if (!tcc_is_enabled(0)) {
_watch_enable_tcc();
}
watch_enable_buzzer_and_leds();
}
void watch_disable_leds(void) {