hand merge: heater enum

This commit is contained in:
Matthew Kennedy 2022-12-01 13:20:54 -08:00
parent 38b0d709b1
commit e99c902e0f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ enum class HeaterState
WarmupRamp,
ClosedLoop,
Stopped,
NoHeaterSupply,
};
void StartHeaterControl();