Correcting case of #include's in Ethernet library.

This commit is contained in:
David A. Mellis 2010-08-17 20:37:17 +00:00
parent e131b36894
commit ce3f65a161
1 changed files with 2 additions and 2 deletions

View File

@ -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) {