auto-sync
This commit is contained in:
parent
4f82982598
commit
343896122a
|
@ -113,6 +113,9 @@ void setBmwE34(DECLARE_ENGINE_PARAMETER_F) {
|
|||
boardConfiguration->ignitionPins[2] = GPIOB_6; // #3
|
||||
boardConfiguration->ignitionPins[4] = GPIOB_7; // #5
|
||||
|
||||
boardConfiguration->canRxPin = GPIO_UNASSIGNED;
|
||||
boardConfiguration->canTxPin = GPIO_UNASSIGNED;
|
||||
|
||||
boardConfiguration->triggerErrorPin = GPIO_UNASSIGNED;
|
||||
|
||||
// clutch up
|
||||
|
|
Loading…
Reference in New Issue