MRE NA6
This commit is contained in:
parent
3dabc98749
commit
e5ef4725b1
|
@ -315,7 +315,9 @@ void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
|
||||
|
||||
|
||||
// MIL check engine:
|
||||
// TLE8888_PIN_24: "43 - GP Out 4"
|
||||
// MIL check engine
|
||||
boardConfiguration->malfunctionIndicatorPin = TLE8888_PIN_24;
|
||||
|
||||
// IAC: GPIOE_9: "7 - Lowside 1"
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ static void printOutputs(const engine_configuration_s *engineConfiguration) {
|
|||
|
||||
scheduleMsg(&logger, "idlePin: mode %s @ %s freq=%d", getPin_output_mode_e(boardConfiguration->idle.solenoidPinMode),
|
||||
hwPortname(boardConfiguration->idle.solenoidPin), boardConfiguration->idle.solenoidFrequency);
|
||||
scheduleMsg(&logger, "malfunctionIndicatorn: %s mode=%s", hwPortname(boardConfiguration->malfunctionIndicatorPin),
|
||||
scheduleMsg(&logger, "malfunctionIndicator: %s mode=%s", hwPortname(boardConfiguration->malfunctionIndicatorPin),
|
||||
getPin_output_mode_e(boardConfiguration->malfunctionIndicatorPinMode));
|
||||
|
||||
scheduleMsg(&logger, "fuelPumpPin: mode %s @ %s", getPin_output_mode_e(boardConfiguration->fuelPumpPinMode),
|
||||
|
|
Loading…
Reference in New Issue