removing some unused debug
This commit is contained in:
parent
e5d6239c20
commit
41a6026481
|
@ -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\"
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue