mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
Ethernet: fix include files path
This commit is contained in:
parent
196d8d3d2f
commit
22bd9f69a2
@ -1,5 +1,5 @@
|
|||||||
#include "utility/w5100.h"
|
#include "w5100.h"
|
||||||
#include "utility/socket.h"
|
#include "socket.h"
|
||||||
|
|
||||||
static uint16_t local_port;
|
static uint16_t local_port;
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "utility/w5100.h"
|
#include "w5100.h"
|
||||||
|
|
||||||
// W5100 controller instance
|
// W5100 controller instance
|
||||||
W5100Class W5100;
|
W5100Class W5100;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user