Skip to content

Commit 73863c2

Browse files
committed
Emtron default status handling
1 parent 90e5012 commit 73863c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

firmware/can/can_emtron.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ void SendEmtronAfrFormat(Configuration* configuration, uint8_t ch)
132132
case wbo::Status::SensorUnderheat:
133133
frame->Status = emtron::AfrStatus::HeaterUnderTemperature;
134134
break;
135+
default:
136+
break;
135137
}
136138

137139
// TODO: Detect actual faults

0 commit comments

Comments
 (0)