Skip to content

Commit

Permalink
Fix to M122 P1 for CAN-connected boards
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Oct 25, 2023
1 parent 707f5d2 commit 1166535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CAN/CanInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ GCodeResult CanInterface::RemoteDiagnostics(MessageType mt, uint32_t boardAddres
{
// Request a test report
CanMessageGenericConstructor cons(M122P1Params);
cons.PopulateFromCommand(gb);
return cons.SendAndGetResponse(CanMessageType::testReport, boardAddress, reply);
}

Expand Down

0 comments on commit 1166535

Please sign in to comment.