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:
authorDavid Crocker <dcrocker@eschertech.com>2021-11-04 02:50:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-04 02:50:09 +0300
commit2ec23cf3b7c3f0ba4422bbd07b5589fddfcfd934 (patch)
tree8a1ec994712070644c4933effc300ff5f0c3501f /src/Platform
parent31f4955afb95dbe35eda20c590eb3bf8d251866d (diff)
Static analysis fixes
Diffstat (limited to 'src/Platform')
-rw-r--r--src/Platform/Platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Platform.cpp b/src/Platform/Platform.cpp
index 378b8280..69eb67f5 100644
--- a/src/Platform/Platform.cpp
+++ b/src/Platform/Platform.cpp
@@ -1726,7 +1726,7 @@ void Platform::Diagnostics(MessageType mtype) noexcept
}
else
{
- srd->Print(mtype, slot);
+ srd->Printit(mtype, slot);
}
}