diff --git a/firmware/controllers/can/can_rx.cpp b/firmware/controllers/can/can_rx.cpp index cebe1138ea..bb47e32f6a 100644 --- a/firmware/controllers/can/can_rx.cpp +++ b/firmware/controllers/can/can_rx.cpp @@ -230,7 +230,7 @@ void processCanRxMessage(const size_t busIndex, const CANRxFrame &frame, efitick if ((CAN_SID(frame) == 0x667) && (frame.DLC == 2)) { /* TODO: gracefull shutdown? */ if (((busIndex == 0) && (engineConfiguration->canOpenBLT)) || - ((busIndex == 1) && (engineConfiguration->canOpenBLT))) { + ((busIndex == 1) && (engineConfiguration->can2OpenBLT))) { jump_to_openblt(); } }