We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196d8d3 commit 22bd9f6Copy full SHA for 22bd9f6
libraries/Ethernet/src/utility/socket.cpp
@@ -1,5 +1,5 @@
1
-#include "utility/w5100.h"
2
-#include "utility/socket.h"
+#include "w5100.h"
+#include "socket.h"
3
4
static uint16_t local_port;
5
libraries/Ethernet/src/utility/w5100.cpp
@@ -10,7 +10,7 @@
10
#include <stdio.h>
11
#include <string.h>
12
13
14
15
// W5100 controller instance
16
W5100Class W5100;
0 commit comments