Skip to content

Commit

Permalink
Fixed M569.2 on EXP1HCL and M23CL
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Dec 23, 2022
1 parent 0f384e9 commit 368c4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandProcessing/CommandProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ static GCodeResult ProcessM569(const CanMessageGeneric& msg, const StringRef& re

static GCodeResult ProcessM569Point2(const CanMessageGeneric& msg, const StringRef& reply)
{
#if SUPPORT_TMC22xx || SUPPORT_TMC51xx
#if SUPPORT_TMC22xx || SUPPORT_TMC51xx || SUPPORT_TMC2160
CanMessageGenericParser parser(msg, M569Point2Params);
uint8_t drive;
uint8_t regNum;
Expand Down

0 comments on commit 368c4b5

Please sign in to comment.