From f3a9b78134cdbcead2392b17d71ae0eafd2376f4 Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Tue, 18 Jun 2024 20:22:53 -0400 Subject: [PATCH] spell basic english word correctly --- Core/Src/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/monitor.c b/Core/Src/monitor.c index 74f2e980..193a6df5 100644 --- a/Core/Src/monitor.c +++ b/Core/Src/monitor.c @@ -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