Skip to content

Commit

Permalink
Lower siren duration to 3s (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Nov 15, 2024
1 parent a67f365 commit 742d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static void tick_handler(void) {
print(" seconds. Safety is set to SILENT mode.\n");

if (controls_allowed_countdown > 0U) {
siren_countdown = 5U;
siren_countdown = 3U;
controls_allowed_countdown = 0U;
}

Expand Down

0 comments on commit 742d961

Please sign in to comment.