spelling (#36)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2022-01-01 19:57:52 -05:00 committed by GitHub
parent 3a23d6bdbc
commit df47657a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;