From 44419feb34c968c5e87574099290b6f89bc8e97b Mon Sep 17 00:00:00 2001 From: David Crocker Date: Thu, 4 Mar 2021 19:38:47 +0000 Subject: Created Platform and PrintMonitor folders within /src --- src/Hardware/SAME70/Ethernet/GmacInterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Hardware/SAME70') 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 -#include "conf_eth.h" +#include #include extern "C" { @@ -53,7 +53,7 @@ extern "C" { #include #include -#include +#include extern Mutex lwipMutex; -- cgit v1.2.3