Skip to content

Commit

Permalink
OpenBLT+CAN for Proteus rusefi#6043
Browse files Browse the repository at this point in the history
  • Loading branch information
andreika-git committed Mar 12, 2024
1 parent 65d2c76 commit 6966c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/config/boards/proteus/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ ifeq ($(PROJECT_CPU),ARCH_STM32F4)
DDEFS += -DEFI_CONSOLE_TX_BRAIN_PIN=Gpio::D5 -DEFI_CONSOLE_RX_BRAIN_PIN=Gpio::D6
endif

DDEFS += -DOPENBLT_CAND=CAND1
# CAND1
DDEFS += -DBOOT_COM_CAN_CHANNEL_INDEX=0
DDEFS += -DOPENBLT_CAN_RX_PORT=GPIOD
DDEFS += -DOPENBLT_CAN_RX_PIN=0
DDEFS += -DOPENBLT_CAN_TX_PORT=GPIOD
Expand Down

0 comments on commit 6966c11

Please sign in to comment.