Skip to content

Commit 134e68c

Browse files
committed
only:alphax-4k-gdi
1 parent 166d8ac commit 134e68c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firmware/config/engines/gm_sbc.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ static void setGmEcotec3() {
144144
engineConfiguration->vvtMode[1] = VVT_BOSCH_QUICK_START;
145145
engineConfiguration->lowPressureFuel.hwChannel = EFI_ADC_NONE;
146146
gmRailSensor();
147+
engineConfiguration->EtbSentInput = SentInput::INPUT1;
147148

148149
#ifdef HW_HELLEN_4K_GDI
149150
engineConfiguration->invertCamVVTSignal = true;
@@ -157,7 +158,7 @@ static void setGmEcotec3() {
157158
#endif
158159

159160
#ifdef HW_HELLEN_8CHAN
160-
// engineConfiguration->sentInputPins[0] = todo TIM1_CH4 ICU #7076
161+
engineConfiguration->sentInputPins[0] = Gpio::MM176_IN_D3;
161162
engineConfiguration->starterControlPin = Gpio::MM176_IGN5; // 14C
162163

163164
engineConfiguration->camInputs[2] = Gpio::Unassigned;

0 commit comments

Comments
 (0)