Skip to content

Commit

Permalink
chore: spell fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Mar 15, 2024
1 parent d4e2688 commit 851dd86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,10 @@ bool ContinentalARS548Decoder::ParseSensorStatusPacket(
temperature_status_vector.push_back("Ok");
}
if (sensor_status_packet.temperature_status & 0x01) {
temperature_status_vector.push_back("Current under temperature");
temperature_status_vector.push_back("Current undertemperature");
}
if (sensor_status_packet.temperature_status & 0x02) {
temperature_status_vector.push_back("Past under temperature");
temperature_status_vector.push_back("Past undertemperature");
}
if (sensor_status_packet.temperature_status & 0x04) {
temperature_status_vector.push_back("Current over temperature");
Expand Down

0 comments on commit 851dd86

Please sign in to comment.