mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-09 22:13:23 +00:00
Fix typo and remove RAW_STATS (not used)
This commit is contained in:
parent
8d6013454c
commit
75adf4bac6
@ -60,7 +60,7 @@
|
||||
static struct raw_pcb *raw_pcbs = NULL;
|
||||
|
||||
/**
|
||||
* Initialize this modul
|
||||
* Initialize this module
|
||||
*/
|
||||
void
|
||||
raw_init(void)
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user