uio
Dependencies: Socket_youcef2 lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Diff: EthernetInterface.h
- Revision:
- 30:4d7d7dc8485f
- Parent:
- 27:2124eae946f3
- Child:
- 35:cba86db5ab96
diff -r 52d857c9e3ba -r 4d7d7dc8485f EthernetInterface.h --- a/EthernetInterface.h Tue May 14 13:46:34 2013 +0000 +++ b/EthernetInterface.h Thu May 30 17:16:22 2013 +0100 @@ -20,7 +20,7 @@ #ifndef ETHERNETINTERFACE_H_ #define ETHERNETINTERFACE_H_ -#if !defined(TARGET_LPC1768) +#if !defined(TARGET_LPC1768) && !defined(TARGET_LPC4088) #error The Ethernet Interface library is supported only on the mbed NXP LPC1768 #endif @@ -49,7 +49,7 @@ /** Connect * Bring the interface up, start DHCP if needed. - * \param timeout_ms timeout in ms (default: (10)s). + * \param timeout_ms timeout in ms (default: (15)s). * \return 0 on success, a negative number on failure */ static int connect(unsigned int timeout_ms=15000);