stale todo
(cherry picked from commit b9e28bb5b612ec4c7b985e81942a58df6e915257)
This commit is contained in:
parent
9fff7998f7
commit
1d7d988c42
|
@ -31,7 +31,6 @@ static void setInjectorPins() {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setIgnitionPins() {
|
static void setIgnitionPins() {
|
||||||
// todo: I wonder if these are not right in light of the network rename and the +12 VP issue?
|
|
||||||
engineConfiguration->ignitionPins[0] = Gpio::D4;
|
engineConfiguration->ignitionPins[0] = Gpio::D4;
|
||||||
engineConfiguration->ignitionPins[1] = Gpio::D3;
|
engineConfiguration->ignitionPins[1] = Gpio::D3;
|
||||||
engineConfiguration->ignitionPins[2] = Gpio::D2;
|
engineConfiguration->ignitionPins[2] = Gpio::D2;
|
||||||
|
|
Loading…
Reference in New Issue