mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Correcting case of #include's in Ethernet library.
This commit is contained in:
parent
e131b36894
commit
ce3f65a161
@ -28,8 +28,8 @@
|
||||
|
||||
#include "w5100.h"
|
||||
#include "socket.h"
|
||||
#include "ethernet.h"
|
||||
#include "udp.h"
|
||||
#include "Ethernet.h"
|
||||
#include "Udp.h"
|
||||
|
||||
/* Start UDP socket, listening at local port PORT */
|
||||
void UdpClass::begin(uint16_t port) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user