Skip to content

Commit

Permalink
Ported fix Duet3D/RepRapFirmware#955 to here
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Feb 5, 2024
1 parent 7cb9040 commit bcfd00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Platform/Tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ void Tasks::Diagnostics(const StringRef& reply) noexcept
reply.catf(" %s", m->GetName());
break;
}
m = m->GetNext();
}
}
break;
Expand Down

0 comments on commit bcfd00f

Please sign in to comment.