From df47657a87dd32566a92c78b147e98248fd0c32a Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 1 Jan 2022 19:57:52 -0500 Subject: [PATCH] spelling (#36) Co-authored-by: rusefillc --- firmware/can.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/can.cpp b/firmware/can.cpp index 8d5bcfa..e7aac65 100644 --- a/firmware/can.cpp +++ b/firmware/can.cpp @@ -115,7 +115,7 @@ void SendRusefiFormat(uint8_t idx) uint16_t lambda = GetLambda() * 10000; frame.get().Lambda = lambda; - // TODO: decode temperatature instead of putting ESR here + // TODO: decode temperature instead of putting ESR here frame.get().TemperatureC = esr; frame.get().Valid = IsRunningClosedLoop() ? 0x01 : 0x00;