amr
Dependents: P_HTTPServerExample P_USBWeb
Fork of EthernetNetIf by
Revision 6:47063e9036c5, committed 2014-03-13
- Comitter:
- joinamruta
- Date:
- Thu Mar 13 00:22:38 2014 +0000
- Parent:
- 5:bc7df6da7589
- Commit message:
- amr
Changed in this revision
LPC1768/if/eth/EthernetNetIf.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r bc7df6da7589 -r 47063e9036c5 LPC1768/if/eth/EthernetNetIf.h --- a/LPC1768/if/eth/EthernetNetIf.h Thu Aug 05 15:09:22 2010 +0000 +++ b/LPC1768/if/eth/EthernetNetIf.h Thu Mar 13 00:22: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 = 30000); virtual void poll();