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>2020-12-07 19:45:53 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-07 19:45:53 +0300
commit0559d5dbfedbd754d535a1bfee026a0f6320ac84 (patch)
tree15915f2329018f4d4e2200bae8895b174501943a /src/Networking/LwipEthernet
parentcb94535f3e41697f76746b504bec3fbb9579d6ed (diff)
parent9a435706b37f4c4d1e1fb38001a5ebc623890713 (diff)
Merge branch 'v3-chrishamm' into v3.02-dev
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 935ed9ef..d00fbb5b 100644
--- a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
+++ b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
@@ -281,7 +281,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);