Task #7136: Fix bug of wrong file name for centralized mempool settings.

This commit is contained in:
jgrubb 2007-08-20 16:42:16 +00:00
parent 8babf0ec73
commit baca292f47

View File

@ -107,7 +107,7 @@ stats_display(void)
s16_t i;
char * memp_names[] = {
#define LWIP_MEMPOOL(name,num,size,desc) desc,
#include "lwip/memp.def"
#include "lwip/memp_std.h"
};
#endif
#if LINK_STATS