only:small-can-board

This commit is contained in:
Andrey 2023-06-21 22:44:00 -05:00
parent fff5e0e740
commit 1fcf1752fe
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,12 @@ DDEFS += -DSHORT_BOARD_NAME=small-can
#DDEFS += -DEFI_SENT_SUPPORT=TRUE
DDEFS += -DEFI_SENSOR_CHART=FALSE
DDEFS += -DLUA_USER_HEAP=50000
DDEFS += -DEFI_MC33816=FALSE
DDEFS += -DDL_OUTPUT_BUFFER=1000
DDEFS += -DEFI_LOGIC_ANALYZER=FALSE
#DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART3)
#DDEFS += -DEFI_KLINE=TRUE

View File

@ -9,3 +9,4 @@
#define ts_show_etb_pins false
#define ts_show_analog_divider false
#define LUA_SCRIPT_SIZE 60000