only:s105
This commit is contained in:
parent
323ed550f0
commit
0c3dc3b610
|
@ -31,6 +31,9 @@ void setBoardDefaultConfiguration() {
|
|||
setInjectorPins();
|
||||
setIgnitionPins();
|
||||
|
||||
strcpy(engineConfiguration->engineMake, "UAZ");
|
||||
strcpy(engineConfiguration->engineCode, "451");
|
||||
|
||||
// No LEDs on this board so let's toggle. PC14 of LSI did not work for blinking, any better alternatives?
|
||||
engineConfiguration->communicationLedPin = Gpio::Unassigned;
|
||||
engineConfiguration->runningLedPin = Gpio::Unassigned;
|
||||
|
|
Loading…
Reference in New Issue