This commit is contained in:
Matthew Kennedy 2020-07-30 21:39:12 -07:00
parent 531018e2ec
commit 1e6bf7e775
1 changed files with 2 additions and 0 deletions

View File

@ -94,9 +94,11 @@ void vag_18_Turbo(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->is_enabled_spi_1 = true;
engineConfiguration->is_enabled_spi_3 = false;
#if EFI_CJ125
cj125defaultPinout(PASS_CONFIG_PARAMETER_SIGNATURE);
engineConfiguration->cj125ur = EFI_ADC_11; // PC3
engineConfiguration->cj125CsPin = GPIOB_11;
#endif
engineConfiguration->debugMode = DBG_CJ125;