lwip/src
Sylvain Rochet 1dcd5d31d7 pbuf: fix undefined PBUF_POOL_FREE_OOSEQ if TCP_QUEUE_OOSEQ is disabled
lwip/src/core/timers.c: In function ‘sys_check_timeouts’:
lwip/src/core/timers.c:328:5: error: "PBUF_POOL_FREE_OOSEQ" is not defined [-Werror=undef]
 #if PBUF_POOL_FREE_OOSEQ

Fix it by declaring an empty PBUF_CHECK_FREE_OOSEQ() function if feature is
not enabled.
2016-05-08 03:09:51 +02:00
..
api Fix bug #47512: MPU_COMPATIBLE may fail on empty pool 2016-04-27 21:14:17 +02:00
apps httpd: Use newly created LWIP_VERSION_STRING 2016-05-04 10:24:12 +02:00
core pbuf: fix undefined PBUF_POOL_FREE_OOSEQ if TCP_QUEUE_OOSEQ is disabled 2016-05-08 03:09:51 +02:00
include pbuf: fix undefined PBUF_POOL_FREE_OOSEQ if TCP_QUEUE_OOSEQ is disabled 2016-05-08 03:09:51 +02:00
netif PPP, code cleaning 2016-05-07 01:51:52 +02:00
Filelists.mk Move PPP API files to netif/ppp subdir 2016-04-21 21:47:26 +02:00
FILES Minor fix (tab, indent...) to respect source code style... 2007-05-04 15:14:14 +00:00