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:
Diffstat (limited to 'src/Networking/ESP8266WiFi/WiFiInterface.h')
-rw-r--r--src/Networking/ESP8266WiFi/WiFiInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Networking/ESP8266WiFi/WiFiInterface.h b/src/Networking/ESP8266WiFi/WiFiInterface.h
index 3512019a..5776f1e6 100644
--- a/src/Networking/ESP8266WiFi/WiFiInterface.h
+++ b/src/Networking/ESP8266WiFi/WiFiInterface.h
@@ -120,8 +120,8 @@ private:
Platform& platform;
uint32_t lastTickMillis;
- bool lastState;
- int risingEdges;
+ bool lastDataReadyPinState;
+ uint8_t risingEdges;
struct MessageBufferOut
{