From dc0b544ed160fd39bac51c0386a4b9598c78b033 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 23 Jun 2023 19:44:17 -0400 Subject: [PATCH] only:small-can-board one step back --- firmware/config/boards/hellen/small-can-board/board.mk | 2 +- firmware/config/boards/hellen/small-can-board/prepend.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config/boards/hellen/small-can-board/board.mk b/firmware/config/boards/hellen/small-can-board/board.mk index 8dab5ae51d..3d97ca4832 100644 --- a/firmware/config/boards/hellen/small-can-board/board.mk +++ b/firmware/config/boards/hellen/small-can-board/board.mk @@ -8,7 +8,7 @@ DDEFS += -DSHORT_BOARD_NAME=small-can DDEFS += -DPERSISTENT_LOCATION_VALUE=\"__attribute__\(\(section\(\\\".ram1\\\"\)\)\)\" DDEFS += -DPERSISTENT_LOCATION_TODO DDEFS += -DEFI_SENSOR_CHART=FALSE -DDEFS += -DLUA_USER_HEAP=50000 +# DDEFS += -DLUA_USER_HEAP=50000 DDEFS += -DEFI_MC33816=FALSE DDEFS += -DDL_OUTPUT_BUFFER=1000 DDEFS += -DEFI_LOGIC_ANALYZER=FALSE diff --git a/firmware/config/boards/hellen/small-can-board/prepend.txt b/firmware/config/boards/hellen/small-can-board/prepend.txt index c14ba9c0e2..a1d110e5e9 100644 --- a/firmware/config/boards/hellen/small-can-board/prepend.txt +++ b/firmware/config/boards/hellen/small-can-board/prepend.txt @@ -9,4 +9,4 @@ #define ts_show_etb_pins false #define ts_show_analog_divider false -#define LUA_SCRIPT_SIZE 30000 \ No newline at end of file +!#define LUA_SCRIPT_SIZE 30000 \ No newline at end of file