Merge pull request #228 from atiselsts/bugfix/uipstats

Readd back 'uip_stat' if UIP_STATISTICS is enabled
This commit is contained in:
Simon Duquennoy 2017-12-10 21:24:21 +01:00 committed by GitHub
commit 1549a55e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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