Fix typo and remove RAW_STATS (not used)

This commit is contained in:
fbernon 2007-06-08 07:22:21 +00:00
parent 8d6013454c
commit 75adf4bac6
2 changed files with 1 additions and 6 deletions

View File

@ -60,7 +60,7 @@
static struct raw_pcb *raw_pcbs = NULL;
/**
* Initialize this modul
* Initialize this module
*/
void
raw_init(void)

View File

@ -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 */