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>2019-05-15 14:02:42 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-05-15 14:02:42 +0300
commiteec350695520a49e443689b2dd776ffad81e3167 (patch)
treefe17ec28ddd6495dd831b1b44eae4e0988a3d50d /src/Fans/Fan.h
parent4dd972d2c0f37d60691da1e2258da0b727d7ec4e (diff)
Various
Changed to get it building again after merge Fixed issue with G1 H3 moves and M585 moves that use endstop switches
Diffstat (limited to 'src/Fans/Fan.h')
-rw-r--r--src/Fans/Fan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fans/Fan.h b/src/Fans/Fan.h
index d0955151..a000a6f9 100644
--- a/src/Fans/Fan.h
+++ b/src/Fans/Fan.h
@@ -9,7 +9,7 @@
#define SRC_FAN_H_
#include "RepRapFirmware.h"
-#include "IoPorts.h"
+#include "Hardware/IoPorts.h"
class GCodeBuffer;