Skip to content

Commit

Permalink
Changed type of M569.1 S parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Oct 20, 2022
1 parent 1df5fe1 commit d2210cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CanMessageGenericTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ constexpr ParamDescriptor M569Point1Params[] =
FLOAT_PARAM('I'),
FLOAT_PARAM('D'),
FLOAT_PARAM('H'), // minimum holding current percent when in closed loop mode
FLOAT_PARAM('S'), // steps/rev added for EXP1HCL firmware 3.5 compatibility
UINT16_PARAM('S'), // steps/rev added for EXP1HCL firmware 3.5 compatibility
END_PARAMS
};

Expand Down

0 comments on commit d2210cd

Please sign in to comment.