dead line in a dead file
This commit is contained in:
parent
994b863437
commit
6426d433d2
|
@ -140,7 +140,6 @@ void setBoardConfigurationOverrides(void) {
|
||||||
// This is often redundant with efifeatures.h or the run-time config
|
// This is often redundant with efifeatures.h or the run-time config
|
||||||
engineConfiguration->triggerErrorPin = GPIOE_1;
|
engineConfiguration->triggerErrorPin = GPIOE_1;
|
||||||
engineConfiguration->communicationLedPin = GPIOE_2;
|
engineConfiguration->communicationLedPin = GPIOE_2;
|
||||||
engineConfiguration->FatalErrorPin = GPIOE_3;
|
|
||||||
engineConfiguration->runningLedPin = GPIOE_4;
|
engineConfiguration->runningLedPin = GPIOE_4;
|
||||||
engineConfiguration->warningLedPin = GPIOE_5;
|
engineConfiguration->warningLedPin = GPIOE_5;
|
||||||
engineConfiguration->checkEngineLedPin = GPIOE_6;
|
engineConfiguration->checkEngineLedPin = GPIOE_6;
|
||||||
|
|
Loading…
Reference in New Issue