From 18a193b8e31b1adeb8591fef1bd5ff1773948fa9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 9 Apr 2022 17:44:38 -0400 Subject: [PATCH] American --- firmware/console/status_loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index 05f24c26c5..2eeaf3be7b 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -401,7 +401,7 @@ extern int totalLoggedBytes; if (hasFirmwareError()) { // special behavior in case of critical error - not equal on/off time - // this special behaviour helps to notice that something is not right, also + // this special behavior helps to notice that something is not right, also // differentiates software firmware error from critical interrupt error with CPU halt. offTimeMs = 50; onTimeMs = 450;