memp.h, stats.c: Fix stats_display function where memp_names table wasn't synchronized with memp.h

This commit is contained in:
fbernon
2007-03-20 18:12:06 +00:00
parent 713e89cdb2
commit eab3667b61
3 changed files with 21 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
#include "lwip/opt.h"
// If you change this enum, think to update memp_names in stats_display (stats.c)
typedef enum {
MEMP_PBUF,
MEMP_RAW_PCB,