mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Correcting case of #include's in Ethernet library.
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user