allow k-line as a runtime option on default build

This commit is contained in:
rusefi 2023-03-10 17:56:57 -05:00
parent eff233b346
commit 21d38c60ed
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ endif
# See also ts_show_critical_led
DDEFS += -DFLEXIBLE_CRITICAL_LED=1
# User can configure LIN/K-line interface
DDEFS += -DEFI_KLINE=TRUE
DDEFS += -DKLINE_SERIAL_DEVICE_RX=Gpio::C11 -DKLINE_SERIAL_DEVICE_TX=Gpio::C10
DDEFS += -DKLINE_SERIAL_DEVICE=SD3
# We are running on Frankenso hardware!
DDEFS += -DHW_FRANKENSO=1
DDEFS += $(DEFAULT_ENGINE_TYPE)