reset red alert LED

This commit is contained in:
Igor Biletksyy 2022-05-03 11:24:58 -07:00
parent f72b38069c
commit e27ffb6c2f
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ int main(void) {
beepCount(0, 10, 30);
} else { // do not beep
beepCount(0, 0, 0);
out_enable(LED_RED, false);
}
buzzerTimer_prev = buzzerTimer;