This commit is contained in:
rusefillc 2021-12-21 00:01:45 -05:00
parent db68c99822
commit 2480a8aa2f
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ void setBoardConfigOverrides(void) {
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
engineConfiguration->can2RxPin = GPIOB_12;
engineConfiguration->can2TxPin = GPIOB_13;
engineConfiguration->lps25BaroSensorScl = GPIOB_10;
engineConfiguration->lps25BaroSensorSda = GPIOB_11;
}