Skip to content

Commit 39c0f79

Browse files
committed
Emtron default status handling
1 parent 6274883 commit 39c0f79

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)