diff --git a/firmware/controllers/limp_manager.h b/firmware/controllers/limp_manager.h index 04b11af0ed..098ef9ebd3 100644 --- a/firmware/controllers/limp_manager.h +++ b/firmware/controllers/limp_manager.h @@ -17,6 +17,7 @@ enum class ClearReason : uint8_t { LaunchCut, // 9 InjectorDutyCycle, // 10 FloodClear, // 11 + EnginePhase, // 12 }; // Only allows clearing the value, but never resetting it.