Skip to content

Commit 22bd9f6

Browse files
committed
Ethernet: fix include files path
1 parent 196d8d3 commit 22bd9f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/Ethernet/src/utility/socket.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "utility/w5100.h"
2-
#include "utility/socket.h"
1+
#include "w5100.h"
2+
#include "socket.h"
33

44
static uint16_t local_port;
55

libraries/Ethernet/src/utility/w5100.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <stdio.h>
1111
#include <string.h>
1212

13-
#include "utility/w5100.h"
13+
#include "w5100.h"
1414

1515
// W5100 controller instance
1616
W5100Class W5100;

0 commit comments

Comments
 (0)