mirror of https://github.com/commaai/body.git
reset red alert LED
This commit is contained in:
parent
f72b38069c
commit
e27ffb6c2f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue