This commit is contained in:
Matthew Kennedy 2020-12-10 21:05:02 -08:00
parent 031c7d6b3f
commit 43445e80e4
1 changed files with 3 additions and 0 deletions

View File

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