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-07-27 22:54:17 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-07-27 22:54:17 +0300
commitfb96f35297184f4c672f914e99271f0ae823eb21 (patch)
treeb410e6795d1fb3425919df3aac8c12b2668abda8 /src/Networking
parentae29dc627c804928f77329f1608f7ff75c760e84 (diff)
Moved cache and base priority functions to CoreNG and CoreN2G
Diffstat (limited to 'src/Networking')
-rw-r--r--src/Networking/ESP8266WiFi/WiFiInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Networking/ESP8266WiFi/WiFiInterface.cpp b/src/Networking/ESP8266WiFi/WiFiInterface.cpp
index b9de9550..47cc1b12 100644
--- a/src/Networking/ESP8266WiFi/WiFiInterface.cpp
+++ b/src/Networking/ESP8266WiFi/WiFiInterface.cpp
@@ -16,7 +16,7 @@
#include "WifiFirmwareUploader.h"
#include "General/IP4String.h"
#include "WiFiSocket.h"
-#include <Hardware/Cache.h>
+#include <Cache.h>
static_assert(SsidLength == SsidBufferLength, "SSID lengths in NetworkDefs.h and MessageFormats.h don't match");