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/SAME70')
-rw-r--r--src/Hardware/SAME70/Ethernet/GmacInterface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Hardware/SAME70/Ethernet/GmacInterface.cpp b/src/Hardware/SAME70/Ethernet/GmacInterface.cpp
index 540c6b76..e91541b7 100644
--- a/src/Hardware/SAME70/Ethernet/GmacInterface.cpp
+++ b/src/Hardware/SAME70/Ethernet/GmacInterface.cpp
@@ -32,9 +32,9 @@
*/
#include "GmacInterface.h"
-#include "pmc/pmc.h"
+#include <pmc/pmc.h>
-#include "conf_eth.h"
+#include <conf_eth.h>
#include <cstring>
extern "C" {
@@ -53,7 +53,7 @@ extern "C" {
#include <RepRapFirmware.h>
#include <RTOSIface/RTOSIface.h>
-#include <TaskPriorities.h>
+#include <Platform/TaskPriorities.h>
extern Mutex lwipMutex;