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-03 16:26:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-04-03 16:26:56 +0300
commit8f3f4431bc6db2405e82883323c64d80d07cdd87 (patch)
tree28666967f09d7a6756cb7d3feb85ce50b14030a4 /src/Networking/Network.h
parent7e12acb1d004ea91373d2e90b9aaee584a19d98b (diff)
Network now a separate task
The Network module is now a separate task Reduced network buffers from 8 to 6 to free up RAM FileInfoParser has its own buffer to save allocating them on multiple stacks Got rid of longWait and ClassReport
Diffstat (limited to 'src/Networking/Network.h')
-rw-r--r--src/Networking/Network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Networking/Network.h b/src/Networking/Network.h
index 38d330b8..c7e84e82 100644
--- a/src/Networking/Network.h
+++ b/src/Networking/Network.h
@@ -81,7 +81,6 @@ private:
WiFiInterface *FindWiFiInterface() const;
Platform& platform;
- uint32_t longWait;
NetworkInterface *interfaces[NumNetworkInterfaces];
NetworkResponder *responders;