Patch#6774 TCP_QUEUE_OOSEQ breaks compilation when LWIP_TCP==0

This commit is contained in:
kieranm
2009-04-09 15:16:26 +00:00
parent f81ed216db
commit 4f8f6ba205
3 changed files with 7 additions and 1 deletions

View File

@@ -707,7 +707,7 @@
* Define to 0 if your device is low on memory.
*/
#ifndef TCP_QUEUE_OOSEQ
#define TCP_QUEUE_OOSEQ 1
#define TCP_QUEUE_OOSEQ (LWIP_TCP)
#endif
/**