mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +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 "w5100.h"
|
||||||
#include "socket.h"
|
#include "socket.h"
|
||||||
#include "ethernet.h"
|
#include "Ethernet.h"
|
||||||
#include "udp.h"
|
#include "Udp.h"
|
||||||
|
|
||||||
/* Start UDP socket, listening at local port PORT */
|
/* Start UDP socket, listening at local port PORT */
|
||||||
void UdpClass::begin(uint16_t port) {
|
void UdpClass::begin(uint16_t port) {
|
||||||
|
Loading…
Reference in New Issue
Block a user