only:small-can-board
This commit is contained in:
parent
53a08414ec
commit
7460a9b5ed
|
@ -11,6 +11,13 @@ DDEFS += -DEFI_MC33816=FALSE
|
||||||
DDEFS += -DDL_OUTPUT_BUFFER=1000
|
DDEFS += -DDL_OUTPUT_BUFFER=1000
|
||||||
DDEFS += -DEFI_LOGIC_ANALYZER=FALSE
|
DDEFS += -DEFI_LOGIC_ANALYZER=FALSE
|
||||||
DDEFS += -DEFI_MALFUNCTION_INDICATOR=FALSE
|
DDEFS += -DEFI_MALFUNCTION_INDICATOR=FALSE
|
||||||
|
DDEFS += -DEFI_ENGINE_SNIFFER=FALSE
|
||||||
|
DDEFS += -DEFI_ENGINE_SNIFFER=FALSE
|
||||||
|
DDEFS += -DEFI_TCU=FALSE
|
||||||
|
DDEFS += -DEFI_ENGINE_EMULATOR=FALSE
|
||||||
|
|
||||||
|
#Mass Storage
|
||||||
|
DDEFS += -DEFI_EMBED_INI_MSD=FALSE
|
||||||
|
|
||||||
#DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART3)
|
#DDEFS += $(PRIMARY_COMMUNICATION_PORT_USART3)
|
||||||
|
|
||||||
|
|
|
@ -341,8 +341,9 @@
|
||||||
*/
|
*/
|
||||||
#define EFI_UART_GPS FALSE
|
#define EFI_UART_GPS FALSE
|
||||||
|
|
||||||
|
#ifndef EFI_ELECTRONIC_THROTTLE_BODY
|
||||||
#define EFI_ELECTRONIC_THROTTLE_BODY TRUE
|
#define EFI_ELECTRONIC_THROTTLE_BODY TRUE
|
||||||
//#define EFI_ELECTRONIC_THROTTLE_BODY FALSE
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Do we need Malfunction Indicator blinking logic?
|
* Do we need Malfunction Indicator blinking logic?
|
||||||
|
|
Loading…
Reference in New Issue