removing some unused debug

This commit is contained in:
rusefillc 2022-07-11 00:14:44 -04:00
parent e5d6239c20
commit 41a6026481
2 changed files with 0 additions and 4 deletions

View File

@ -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\"

View File

@ -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)) {