From bcfd00f6ef95889583db2d7d8ed950210f8fc9a5 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 5 Feb 2024 09:06:29 +0000 Subject: [PATCH] Ported fix https://github.com/Duet3D/RepRapFirmware/pull/955 to here --- src/Platform/Tasks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform/Tasks.cpp b/src/Platform/Tasks.cpp index 1c64f38c..84629980 100644 --- a/src/Platform/Tasks.cpp +++ b/src/Platform/Tasks.cpp @@ -873,6 +873,7 @@ void Tasks::Diagnostics(const StringRef& reply) noexcept reply.catf(" %s", m->GetName()); break; } + m = m->GetNext(); } } break;