mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
warnign fixe for stat_display
This commit is contained in:
parent
d27448da8a
commit
0e4ce326c2
@ -417,6 +417,7 @@ a lot of data that needs to be copied, this should be set high. */
|
|||||||
#define PBUF_STATS 0
|
#define PBUF_STATS 0
|
||||||
#define SYS_STATS 0
|
#define SYS_STATS 0
|
||||||
#define RAW_STATS 0
|
#define RAW_STATS 0
|
||||||
|
#define LWIP_STATS_DISPLAY 0
|
||||||
|
|
||||||
#endif /* LWIP_STATS */
|
#endif /* LWIP_STATS */
|
||||||
|
|
||||||
|
@ -147,6 +147,8 @@ void stats_init(void);
|
|||||||
/* Display of statistics */
|
/* Display of statistics */
|
||||||
#if LWIP_STATS_DISPLAY
|
#if LWIP_STATS_DISPLAY
|
||||||
void stats_display(void);
|
void stats_display(void);
|
||||||
|
#else
|
||||||
|
#define stats_display()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __LWIP_STATS_H__ */
|
#endif /* __LWIP_STATS_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user