1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 04:53:50 +01:00
Cenk Gündoğan 4347039e88 ip: make addr_str static
When setting the `ENABLE_DEBUG` flag to *1* in ip.c,
the **rpl_udp** example won't compile, because the variable `addr_str`
is also defined in **rpl_udp.h** as extern.
Prefixing `addr_str` with `static` in ip.c solves this problem.
2015-02-08 22:07:19 +01:00
..
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00
2015-02-08 22:07:19 +01:00
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00