Skip to content

Commit ce3f65a

Browse files
committed
Correcting case of #include's in Ethernet library.
1 parent e131b36 commit ce3f65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Ethernet/Udp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
#include "w5100.h"
3030
#include "socket.h"
31-
#include "ethernet.h"
32-
#include "udp.h"
31+
#include "Ethernet.h"
32+
#include "Udp.h"
3333

3434
/* Start UDP socket, listening at local port PORT */
3535
void UdpClass::begin(uint16_t port) {

0 commit comments

Comments
 (0)