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:
authorChristian Hammacher <bmasterc@gmail.com>2020-12-07 19:35:06 +0300
committerChristian Hammacher <bmasterc@gmail.com>2020-12-07 19:35:06 +0300
commit9a435706b37f4c4d1e1fb38001a5ebc623890713 (patch)
treef1703f6760a5303abe4c86a79695ea63ca7c8bcb /src/Networking/LwipEthernet
parentc92f42955033c575f07b1c16a6034829fa50cb80 (diff)
Bug fixes for the new M586 C-parameter
Diffstat (limited to 'src/Networking/LwipEthernet')
-rw-r--r--src/Networking/LwipEthernet/LwipEthernetInterface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
index 07c47311..a9cfeb5a 100644
--- a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
+++ b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
@@ -262,7 +262,6 @@ void LwipEthernetInterface::ShutdownProtocol(NetworkProtocol protocol) noexcept
// Report the protocols and ports in use
GCodeResult LwipEthernetInterface::ReportProtocols(const StringRef& reply) const noexcept
{
- reply.Clear();
for (size_t i = 0; i < NumProtocols; ++i)
{
ReportOneProtocol(i, reply);