rusefi 2021-09-29 11:52:54 -04:00
parent 27019b3bd2
commit bcf8b80ff1
1 changed files with 2 additions and 0 deletions

View File

@ -779,6 +779,7 @@ void setHellenDefaultVrThresholds(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
}
}
#if HW_HELLEN
void setHellen144LedPins() {
#ifdef EFI_COMMUNICATION_PIN
engineConfiguration->communicationLedPin = EFI_COMMUNICATION_PIN;
@ -798,3 +799,4 @@ void setHellen176LedPins() {
engineConfiguration->runningLedPin = GPIOH_9; // green
engineConfiguration->warningLedPin = GPIOH_11; // yellow
}
#endif //HW_HELLEN