fixing unit tests
This commit is contained in:
parent
7c89fe1ab6
commit
788b3afddc
|
@ -276,9 +276,11 @@ void setMiataNA6_MAP_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
// green wire from 1Q/W17 to bottom of W46
|
||||
engineConfiguration->acSwitchAdc = EFI_ADC_6; // PA6
|
||||
|
||||
#if ! EFI_UNIT_TEST
|
||||
// W57 PE3 A/C compressor relay out
|
||||
boardConfiguration->acRelayPin = GPIOE_3;
|
||||
// W58 PE4 A/C fan relay out
|
||||
#endif
|
||||
|
||||
miataNAcommon(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue