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-09-04 15:21:30 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-09-04 15:21:30 +0300
commitc25a971eaf29984176303da19326afdffe409c65 (patch)
tree00535e417b3c0c513113803285ab7d6c1f42bffa /src/FilamentMonitors
parenta9ac37f4ab515e3fea12cecb7850eedf362b253e (diff)
Moved some libraries into new project RRFLibraries
Moved some libraries out of this project into new project RRFLibraries so that we can use them in multiple projects
Diffstat (limited to 'src/FilamentMonitors')
-rw-r--r--src/FilamentMonitors/FilamentMonitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FilamentMonitors/FilamentMonitor.h b/src/FilamentMonitors/FilamentMonitor.h
index 1768460b..541b48e0 100644
--- a/src/FilamentMonitors/FilamentMonitor.h
+++ b/src/FilamentMonitors/FilamentMonitor.h
@@ -11,7 +11,7 @@
#include "RepRapFirmware.h"
#include "MessageType.h"
#include "GCodes/GCodeResult.h"
-#include "RTOSIface.h"
+#include "RTOSIface/RTOSIface.h"
enum class FilamentSensorStatus : uint8_t
{