1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/network_layer/sixlowpan
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
..
border doc: use my real name 2015-02-08 18:52:16 +01:00
icmp.c doc: use my real name 2015-02-08 18:52:16 +01:00
icmp.h doc: use my real name 2015-02-08 18:52:16 +01:00
ip.c ip: make addr_str static 2015-02-08 22:07:19 +01:00
ip.h doc: use my real name 2015-02-08 18:52:16 +01:00
lowpan.c doc: use my real name 2015-02-08 18:52:16 +01:00
lowpan.h doc: use my real name 2015-02-08 18:52:16 +01:00
mac.c doc: use my real name 2015-02-08 18:52:16 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
serialnumber.c doc: use my real name 2015-02-08 18:52:16 +01:00
serialnumber.h c++: sys: add extern C to header files 2014-11-08 20:09:55 +01:00