From db5e54cb70d22e7bf8fedfc95b5b61bca06ba604 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 8 Jan 2022 23:10:25 -0500 Subject: [PATCH] limp ClearReason --- firmware/controllers/limp_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/limp_manager.h b/firmware/controllers/limp_manager.h index f933e17757..83be5917b1 100644 --- a/firmware/controllers/limp_manager.h +++ b/firmware/controllers/limp_manager.h @@ -12,7 +12,7 @@ enum class ClearReason : uint8_t { FaultRevLimit, BoostCut, // 5 OilPressure, - StopRequested, + StopRequested, // 7 EtbProblem, };