Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
Revision 7:b061c4dba951, committed 2013-02-15
- Comitter:
- emilmont
- Date:
- Fri Feb 15 16:59:45 2013 +0000
- Parent:
- 6:00bf89892c76
- Child:
- 9:5bba32bf3eb6
- Commit message:
- enable netif link callback
Changed in this revision
| lwipopts.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/lwipopts.h Mon Jul 23 11:52:35 2012 +0000 +++ b/lwipopts.h Fri Feb 15 16:59:45 2013 +0000 @@ -117,6 +117,7 @@ #define LWIP_NETIF_HOSTNAME 1 #define LWIP_NETIF_STATUS_CALLBACK 1 +#define LWIP_NETIF_LINK_CALLBACK 1 #elif LWIP_TRANSPORT_PPP
