Readd back 'uip_stat' if UIP_STATISTICS is enabled

This commit is contained in:
Atis Elsts 2017-12-10 20:03:49 +00:00
parent 34f598002f
commit 5caff5290c
1 changed files with 4 additions and 0 deletions

View File

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