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 29:da6f39d13880, committed 2015-01-08
- Comitter:
- klauss
- Date:
- Thu Jan 08 23:42:30 2015 +0000
- Parent:
- 28:303bca52fc84
- Commit message:
- wip
Changed in this revision
| include/lwip/opt.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 303bca52fc84 -r da6f39d13880 include/lwip/opt.h --- a/include/lwip/opt.h Wed Jan 07 21:48:37 2015 +0000 +++ b/include/lwip/opt.h Thu Jan 08 23:42:30 2015 +0000 @@ -882,7 +882,7 @@ * LWIP_TCP==1: Turn on TCP. */ #ifndef LWIP_TCP -#define LWIP_TCP 0 +#define LWIP_TCP 1 #endif /**
