helping build?
This commit is contained in:
parent
66b091a5a5
commit
28a27367e5
|
@ -141,7 +141,7 @@ void vag_18_Turbo(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
#endif /* STM32_HAS_GPIOF */
|
||||
setFsioExt (3, GPIOE_0, "0.15 90 coolant 120 min max 90 - 30 / 0.8 * +", 25 PASS_CONFIG_PARAMETER_SUFFIX);
|
||||
#endif
|
||||
engineConfiguration->auxPidFrequency[3] = 25;
|
||||
// is this needed? engineConfiguration->auxPidFrequency[3] = 25;
|
||||
CONFIG(etb_use_two_wires) = true;
|
||||
#if defined(STM32_HAS_GPIOF) && STM32_HAS_GPIOF
|
||||
CONFIG(etbIo[0].directionPin1) = GPIOF_15;
|
||||
|
|
|
@ -59,7 +59,7 @@ struct persistent_config_s;
|
|||
#define PASS_CONFIG_PARAM(x) , x
|
||||
|
||||
#define EXPAND_Engine \
|
||||
efiAssertVoid(OBD_PCM_Processor_Fault, engine!=NULL, "EXPAND_Engine engine ptr missing"); \
|
||||
if (engine == nullptr) { firmwareError(OBD_PCM_Processor_Fault, "EXPAND_Engine engine ptr missing"); } \
|
||||
engine_configuration_s *engineConfiguration = engine->engineConfiguration; \
|
||||
persistent_config_s *config = engine->config; \
|
||||
(void)engineConfiguration; \
|
||||
|
|
Loading…
Reference in New Issue