1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2495 from gebart/pr/rpl-static-addr-str

rpl: Make addr_str static
This commit is contained in:
Cenk Gündoğan 2015-02-26 10:26:53 +01:00
commit f6d7114936

View File

@ -38,7 +38,7 @@
#define ENABLE_DEBUG (0)
#if ENABLE_DEBUG
char addr_str[IPV6_MAX_ADDR_STR_LEN];
static char addr_str[IPV6_MAX_ADDR_STR_LEN];
#endif
#include "debug.h"