From 063739f618c4f3d4c02de2960e9f84583cc83aeb Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 24 Jun 2023 00:14:27 -0400 Subject: [PATCH] only:small-can-board --- firmware/config/boards/hellen/small-can-board/board.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/config/boards/hellen/small-can-board/board.mk b/firmware/config/boards/hellen/small-can-board/board.mk index ccf1c1d500..2bbebfe527 100644 --- a/firmware/config/boards/hellen/small-can-board/board.mk +++ b/firmware/config/boards/hellen/small-can-board/board.mk @@ -10,7 +10,7 @@ DDEFS += -DSHORT_BOARD_NAME=small-can-board DDEFS += -DEFI_SENSOR_CHART=FALSE # DDEFS += -DLUA_USER_HEAP=50000 DDEFS += -DEFI_MC33816=FALSE -#DDEFS += -DDL_OUTPUT_BUFFER=1000 +DDEFS += -DDL_OUTPUT_BUFFER=1000 DDEFS += -DEFI_LOGIC_ANALYZER=FALSE DDEFS += -DEFI_MALFUNCTION_INDICATOR=FALSE DDEFS += -DEFI_ENGINE_SNIFFER=FALSE