only:Ordinal out of range 130 in vvtPins1 while 79 UINT16
https://github.com/rusefi/fw-custom-example/issues/9
This commit is contained in:
parent
5ec689a2fe
commit
b6e5fa5f99
|
@ -159,7 +159,7 @@ void setDefaultBaseEngine() {
|
|||
#if EFI_SIMULATOR
|
||||
engineConfiguration->vvtMode[0] = VVT_SINGLE_TOOTH;
|
||||
engineConfiguration->vvtOffsets[0] = 450;
|
||||
engineConfiguration->vvtPins[0] = Gpio::E0; // a random unused pin needed to unblock startSimplePwmExt()
|
||||
engineConfiguration->vvtPins[0] = Gpio::A0; // a random unused pin needed to unblock startSimplePwmExt()
|
||||
#endif // EFI_SIMULATOR
|
||||
|
||||
#if EFI_SIMULATOR
|
||||
|
|
Loading…
Reference in New Issue