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>2018-04-29 15:26:49 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-04-29 15:27:05 +0300
commitb23e785bc7086094818c8d7d9daf9ffbd6589929 (patch)
tree0a026a358e6e6c09d6aae766a2e75b235b5ffc56 /src/Duet/Network.cpp
parentc3cba02176aff1307e4ee0091474b6239931da53 (diff)
Added Duet085 configuration (non-RTOS)
Diffstat (limited to 'src/Duet/Network.cpp')
-rw-r--r--src/Duet/Network.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Duet/Network.cpp b/src/Duet/Network.cpp
index 3d2a8d3b..a0ddfaa5 100644
--- a/src/Duet/Network.cpp
+++ b/src/Duet/Network.cpp
@@ -422,7 +422,6 @@ void Network::Spin(bool full)
UnlockLWIP();
platform.Message(UsbMessage, "Network down\n");
- platform.ClassReport(longWait);
return;
}
@@ -457,7 +456,6 @@ void Network::Spin(bool full)
UnlockLWIP();
platform.MessageF(UsbMessage, "Network up, IP=%s\n", IP4String(ip).c_str());
- platform.ClassReport(longWait);
return;
}
}
@@ -514,7 +512,6 @@ void Network::Spin(bool full)
UnlockLWIP();
}
- platform.ClassReport(longWait);
webserver->Spin();
}