fuelCutCode for lack of GDI4 communications fix #5631

This commit is contained in:
rusefi 2023-10-23 14:22:13 -04:00
parent 3b96d3e063
commit 4142b42714
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void processCanRxMessage(const size_t busIndex, const CANRxFrame &frame, efitick
}
if (CAN_EID(frame) == GDI4_BASE_ADDRESS && frame.data8[7] == GDI4_MAGIC) {
efiPrintf("CAN GDI4 says hi");
// efiPrintf("CAN GDI4 says hi");
getLimpManager()->gdiComms.reset();
}