From 5c88971fec0c7b7719a88aad1b7ff990a489ee7c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 15 Feb 2023 18:10:29 -0500 Subject: [PATCH] K ops --- .../boards/hellen/hellen-honda-k/board_configuration.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/config/boards/hellen/hellen-honda-k/board_configuration.cpp b/firmware/config/boards/hellen/hellen-honda-k/board_configuration.cpp index d15f00bdfb..33674ca63a 100644 --- a/firmware/config/boards/hellen/hellen-honda-k/board_configuration.cpp +++ b/firmware/config/boards/hellen/hellen-honda-k/board_configuration.cpp @@ -44,9 +44,6 @@ static void setupVbatt() { } static void setupDefaultSensorInputs() { - engineConfiguration->vvtMode[0] = VVT_SECOND_HALF; - engineConfiguration->vvtMode[1] = VVT_SECOND_HALF; - engineConfiguration->vehicleSpeedSensorInputPin = H144_IN_VSS; engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;