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/Hardware/I2C.cpp')
-rw-r--r--src/Hardware/I2C.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hardware/I2C.cpp b/src/Hardware/I2C.cpp
index 50db157b..55005f13 100644
--- a/src/Hardware/I2C.cpp
+++ b/src/Hardware/I2C.cpp
@@ -6,7 +6,7 @@
*/
#include "I2C.h"
-#include "Tasks.h"
+#include <Platform/Tasks.h>
#if defined(I2C_IFACE)
static bool i2cInitialised = false;