Skip to content

Commit 821d796

Browse files
rmbqthinkyhead
authored andcommitted
🎨 Suppress warning (MarlinFirmware#25529)
1 parent dcbba65 commit 821d796

File tree

1 file changed

+2
-0
lines changed
  • Marlin/src/gcode/feature/trinamic

1 file changed

+2
-0
lines changed

Marlin/src/gcode/feature/trinamic/M569.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ static void set_stealth_status(const bool enable, const int8_t eindex) {
5353
constexpr int8_t index = -1;
5454
#endif
5555

56+
UNUSED(index);
57+
5658
LOOP_LOGICAL_AXES(i) if (parser.seen(AXIS_CHAR(i))) {
5759
switch (i) {
5860
case X_AXIS:

0 commit comments

Comments
 (0)