mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
Fix typo of including type in stats_display_memp empty macro
This commit is contained in:
parent
13d8ae859d
commit
f6a28808e3
@ -271,7 +271,7 @@ void stats_display_sys(struct stats_sys *sys);
|
|||||||
#define stats_display_proto(proto, name)
|
#define stats_display_proto(proto, name)
|
||||||
#define stats_display_igmp(igmp)
|
#define stats_display_igmp(igmp)
|
||||||
#define stats_display_mem(mem, name)
|
#define stats_display_mem(mem, name)
|
||||||
#define stats_display_memp(mem, int index)
|
#define stats_display_memp(mem, index)
|
||||||
#define stats_display_sys(sys)
|
#define stats_display_sys(sys)
|
||||||
#endif /* LWIP_STATS_DISPLAY */
|
#endif /* LWIP_STATS_DISPLAY */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user