worked on UPGRADING for 2.0.0

This commit is contained in:
sg
2016-07-19 20:38:08 +02:00
parent 579fffd2ec
commit b06f14c11f
3 changed files with 74 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "lwip/mem.h"
#if MEMP_OVERFLOW_CHECK
@@ -144,7 +144,7 @@ struct memp_desc {
#endif /* LWIP_DEBUG || MEMP_OVERFLOW_CHECK || LWIP_STATS_DISPLAY */
/** Base address */
u8_t *base;
u8_t *base;
/** First free element of each pool. Elements form a linked list. */
struct memp **tab;