lovely, yet another minor confusion
This commit is contained in:
parent
adafa0a0d8
commit
d74f1c0951
|
@ -70,7 +70,7 @@ static void setLedPins() {
|
||||||
engineConfiguration->communicationLedPin = GPIOE_2; // d23 = blue
|
engineConfiguration->communicationLedPin = GPIOE_2; // d23 = blue
|
||||||
#endif /* EFI_COMMUNICATION_PIN */
|
#endif /* EFI_COMMUNICATION_PIN */
|
||||||
engineConfiguration->runningLedPin = GPIOE_4; // d22 = green
|
engineConfiguration->runningLedPin = GPIOE_4; // d22 = green
|
||||||
engineConfiguration->triggerErrorPin = GPIOE_1; // d27 = orange
|
engineConfiguration->warningLedPin = GPIOE_1; // d27 = orange or yellow
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setupVbatt() {
|
static void setupVbatt() {
|
||||||
|
|
|
@ -718,7 +718,7 @@ void initTriggerDecoderLogger(Logging *sharedLogger) {
|
||||||
|
|
||||||
void initTriggerDecoder(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
void initTriggerDecoder(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
#if EFI_GPIO_HARDWARE
|
#if EFI_GPIO_HARDWARE
|
||||||
enginePins.triggerDecoderErrorPin.initPin("led: warning", CONFIG(triggerErrorPin),
|
enginePins.triggerDecoderErrorPin.initPin("led: trigger debug", CONFIG(triggerErrorPin),
|
||||||
&CONFIG(triggerErrorPinMode));
|
&CONFIG(triggerErrorPinMode));
|
||||||
#endif /* EFI_GPIO_HARDWARE */
|
#endif /* EFI_GPIO_HARDWARE */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue