only:small-can-board
This commit is contained in:
parent
fff5e0e740
commit
1fcf1752fe
|
@ -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
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
#define ts_show_etb_pins false
|
||||
#define ts_show_analog_divider false
|
||||
|
||||
#define LUA_SCRIPT_SIZE 60000
|
Loading…
Reference in New Issue