diff --git a/src/core/raw.c b/src/core/raw.c index adb83e8b..e754123b 100644 --- a/src/core/raw.c +++ b/src/core/raw.c @@ -60,7 +60,7 @@ static struct raw_pcb *raw_pcbs = NULL; /** - * Initialize this modul + * Initialize this module */ void raw_init(void) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index f023e367..4b91c86c 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -557,10 +557,6 @@ a lot of data that needs to be copied, this should be set high. */ #define SYS_STATS 1 #endif -#ifndef RAW_STATS -#define RAW_STATS 0 -#endif - #else #define LINK_STATS 0 @@ -572,7 +568,6 @@ a lot of data that needs to be copied, this should be set high. */ #define MEM_STATS 0 #define MEMP_STATS 0 #define SYS_STATS 0 -#define RAW_STATS 0 #define LWIP_STATS_DISPLAY 0 #endif /* LWIP_STATS */