From 2d6b6f9fa233ea4c14ba7e076f96df579e9651fe Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 20 May 2023 20:52:59 -0400 Subject: [PATCH] openblt: USB only:mre_f4 --- firmware/config/boards/microrusefi/openblt/oblt_board.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/config/boards/microrusefi/openblt/oblt_board.mk b/firmware/config/boards/microrusefi/openblt/oblt_board.mk index 6991edf3c9..db5d79010f 100644 --- a/firmware/config/boards/microrusefi/openblt/oblt_board.mk +++ b/firmware/config/boards/microrusefi/openblt/oblt_board.mk @@ -25,4 +25,6 @@ BRDFLAGS += -DBOOT_CPU_SYSTEM_SPEED_KHZ=168000 # Select the desired UART peripheral as a zero based index. BRDFLAGS += -DBOOT_COM_RS232_CHANNEL_INDEX=2 # \brief Select the desired CAN peripheral as a zero based index. -BRDFLAGS += -DBOOT_COM_CAN_CHANNEL_INDEX=1 \ No newline at end of file +BRDFLAGS += -DBOOT_COM_CAN_CHANNEL_INDEX=1 + +BRDFLAGS += -DBOOT_COM_USB_ENABLE=1