Readd back 'uip_stat' if UIP_STATISTICS is enabled
This commit is contained in:
parent
34f598002f
commit
5caff5290c
@ -98,6 +98,10 @@
|
||||
#define LOG_MODULE "IPv6"
|
||||
#define LOG_LEVEL LOG_LEVEL_IPV6
|
||||
|
||||
#if UIP_STATISTICS == 1
|
||||
struct uip_stats uip_stat;
|
||||
#endif /* UIP_STATISTICS == 1 */
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
* \name Layer 2 variables
|
||||
|
Loading…
Reference in New Issue
Block a user