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>2020-07-03 10:29:19 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-07-03 10:29:19 +0300
commita4b33ca8a2c261f008aac1f0b1b790c5abcc6034 (patch)
tree8783a77968ba0f4c3e5aac24b75e7279ec764e22 /src/Networking
parent0f5e1e9a4e09b17a265e8ed5a80b56a60bde841e (diff)
Minor changes
Diffstat (limited to 'src/Networking')
-rw-r--r--src/Networking/LwipEthernet/LwipEthernetInterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Networking/LwipEthernet/LwipEthernetInterface.h b/src/Networking/LwipEthernet/LwipEthernetInterface.h
index 42f1397b..685eb615 100644
--- a/src/Networking/LwipEthernet/LwipEthernetInterface.h
+++ b/src/Networking/LwipEthernet/LwipEthernetInterface.h
@@ -5,8 +5,8 @@
* Authors: David and Christian
*/
-#ifndef SRC_SAME70_LWIPETHERNETINTERFACE_H_
-#define SRC_SAME70_LWIPETHERNETINTERFACE_H_
+#ifndef SRC_NETWORKING_LWIPETHERNET_LWIPETHERNETINTERFACE_H_
+#define SRC_NETWORKING_LWIPETHERNET_LWIPETHERNETINTERFACE_H_
#include "Networking/NetworkInterface.h"
#include "Networking/NetworkDefs.h"
@@ -97,4 +97,4 @@ private:
MacAddress macAddress;
};
-#endif
+#endif // SRC_NETWORKING_LWIPETHERNET_LWIPETHERNETINTERFACE_H_