mirror of https://github.com/rusefi/wideband.git
warning
This commit is contained in:
parent
031c7d6b3f
commit
43445e80e4
|
@ -89,6 +89,9 @@ static float GetDutyForState(HeaterState state, float heaterEsr)
|
|||
// Something has gone wrong, return 0.
|
||||
return 0;
|
||||
}
|
||||
|
||||
// should be unreachable
|
||||
return 0;
|
||||
}
|
||||
|
||||
static HeaterState state = HeaterState::Preheat;
|
||||
|
|
Loading…
Reference in New Issue