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