From 2ed89a2395e404aeec609dcd3b7419b71069b843 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 22 Jun 2023 13:45:41 -0500 Subject: [PATCH] only:small-can-board --- firmware/config/boards/hellen/small-can-board/board.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/config/boards/hellen/small-can-board/board.mk b/firmware/config/boards/hellen/small-can-board/board.mk index 2d079cdef2..c740f36668 100644 --- a/firmware/config/boards/hellen/small-can-board/board.mk +++ b/firmware/config/boards/hellen/small-can-board/board.mk @@ -15,6 +15,10 @@ DDEFS += -DEFI_ENGINE_SNIFFER=FALSE DDEFS += -DEFI_ENGINE_SNIFFER=FALSE DDEFS += -DEFI_TCU=FALSE DDEFS += -DEFI_ENGINE_EMULATOR=FALSE +DDEFS += -DEFI_SHAFT_POSITION_INPUT=FALSE +DDEFS += -DEFI_ALTERNATOR_CONTROL=FALSE +DDEFS += -DEFI_VVT_PID=FALSE +DDEFS += -DRAM_UNUSED_SIZE=100 #Mass Storage DDEFS += -DEFI_EMBED_INI_MSD=FALSE