more dead code
This commit is contained in:
parent
047d2e0ce1
commit
eae24e82d1
|
@ -64,7 +64,6 @@ static void setIgnitionPins() {
|
|||
}
|
||||
|
||||
static void setLedPins() {
|
||||
//engineConfiguration->atalErrorPin = GPIOE_3; // d21 = red
|
||||
#ifdef EFI_COMMUNICATION_PIN
|
||||
engineConfiguration->communicationLedPin = EFI_COMMUNICATION_PIN;
|
||||
#else
|
||||
|
|
|
@ -171,7 +171,6 @@ void setBoardConfigurationOverrides(void) {
|
|||
|
||||
engineConfiguration->communicationLedPin = GPIO_UNASSIGNED;// GPIOA_13; // yellow LED
|
||||
engineConfiguration->runningLedPin = GPIOA_13; //GPIOA_13; // yellow LED
|
||||
//engineConfiguration->fatalErrorPin = GPIOA_13;
|
||||
engineConfiguration->warningLedPin = GPIO_UNASSIGNED;
|
||||
|
||||
engineConfiguration->triggerInputPins[0] = GPIOA_5;
|
||||
|
|
Loading…
Reference in New Issue