From 06f7098cae85b68f0bd1f1cdc2d04c729895679b Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 11 Nov 2021 20:31:46 -0500 Subject: [PATCH] Bench Test IAC Valve fails #3534 --- firmware/controllers/algo/engine_types.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/firmware/controllers/algo/engine_types.h b/firmware/controllers/algo/engine_types.h index 581810b840..6b9cae1a0e 100644 --- a/firmware/controllers/algo/engine_types.h +++ b/firmware/controllers/algo/engine_types.h @@ -563,12 +563,12 @@ typedef enum { TS_BENCH_CATEGORY = 22, TS_UNUSED_23 = 23, TS_UNUSED_CJ125_CALIB = 24, - TS_UNUSED_25 = 23, - TS_UNUSED_26 = 23, - TS_UNUSED_27 = 23, - TS_UNUSED_28 = 23, - TS_UNUSED_29 = 23, - TS_UNUSED_30 = 30, + TS_UNUSED_25 = 25, + TS_UNUSED_26 = 26, + TS_UNUSED_27 = 27, + TS_UNUSED_28 = 28, + TS_UNUSED_29 = 28, + TS_UNUSED_30 = 29, TS_UNUSED_31 = 30, TS_CRAZY = 32, } ts_command_e;