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:
Andrey 2024-06-16 14:41:21 -04:00
parent 5ec689a2fe
commit b6e5fa5f99
1 changed files with 1 additions and 1 deletions

View File

@ -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