fixing unit tests

This commit is contained in:
rusefi 2019-09-08 19:29:30 -04:00
parent 0b8ebdbf96
commit 9417adcbd6
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}