Skip to content

Commit

Permalink
spell basic english word correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 19, 2024
1 parent 693cade commit f3a9b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ void vTsmsMonitor(void *pv_params)

// Timer has not been started, and there is a change in TSMS, so start the timer
if (tsms != tsms_status &&
!is_timeur_active(&tsms_debounce_timer)) {
!is_timer_active(&tsms_debounce_timer)) {
start_timer(&tsms_debounce_timer, 500);
}
// During debouncing, the tsms reading changes, so end the debounce period
Expand Down

0 comments on commit f3a9b78

Please sign in to comment.