Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Platform.cpp')
-rw-r--r--src/Platform/Platform.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Platform/Platform.cpp b/src/Platform/Platform.cpp
index cda05c8e..58dc2a2a 100644
--- a/src/Platform/Platform.cpp
+++ b/src/Platform/Platform.cpp
@@ -1756,7 +1756,8 @@ void Platform::Diagnostics(MessageType mtype) noexcept
ResetVoltageMonitors();
- StringHandle::Diagnostics(mtype);
+ StringHandle::Diagnostics(mtype, *this);
+ Event::Diagnostics(mtype, *this);
// Show the motor position and stall status
for (size_t drive = 0; drive < NumDirectDrivers; ++drive)