diff --git a/firmware/config/boards/hellen/hellen81/board.mk b/firmware/config/boards/hellen/hellen81/board.mk index fcd82d59b8..221825787c 100644 --- a/firmware/config/boards/hellen/hellen81/board.mk +++ b/firmware/config/boards/hellen/hellen81/board.mk @@ -9,8 +9,6 @@ DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE # Disable serial ports on this board as UART3 causes a DMA conflict with the SD card DDEFS += -DTS_NO_PRIMARY DDEFS += -DEFI_CAN_SERIAL=TRUE -# todo debug: -DDEFS += -DDISABLE_CAN_UPDATE_DASH=TRUE # Add them all together DDEFS += -DFIRMWARE_ID=\"hellen81\" diff --git a/firmware/controllers/can/can_tx.cpp b/firmware/controllers/can/can_tx.cpp index f37045624e..463ad5b4b1 100644 --- a/firmware/controllers/can/can_tx.cpp +++ b/firmware/controllers/can/can_tx.cpp @@ -52,9 +52,7 @@ void CanWrite::PeriodicTask(efitime_t nowNt) { cycleCount = 0; } -#ifndef DISABLE_CAN_UPDATE_DASH updateDash(cycle); -#endif /* DISABLE_CAN_UPDATE_DASH */ #if EFI_WIDEBAND_FIRMWARE_UPDATE if (engineConfiguration->enableAemXSeries && cycle.isInterval(CI::_50ms)) {