AmrRT

Dependents:   LPC1768_AppBoard_Internet_LCD_Clock

Fork of EthernetNetIf by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
joinamruta
Date:
Thu Feb 13 10:13:38 2014 +0000
Parent:
5:bc7df6da7589
Commit message:
Increased EthernetNetIf setup() function default time out value

Changed in this revision

LPC1768/if/eth/EthernetNetIf.h Show annotated file Show diff for this revision Revisions of this file
--- a/LPC1768/if/eth/EthernetNetIf.h	Thu Aug 05 15:09:22 2010 +0000
+++ b/LPC1768/if/eth/EthernetNetIf.h	Thu Feb 13 10:13:38 2014 +0000
@@ -65,7 +65,7 @@
   @param timeout_ms : You can set the timeout parameter in milliseconds, if not it defaults to 15s
   @return : ETH_OK on success or ETH_TIMEOUT on timeout
   */
-  EthernetErr setup(int timeout_ms = 15000);
+  EthernetErr setup(int timeout_ms = 60000);
 
   virtual void poll();