1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
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
..
ccn_lite Merge pull request #2024 from OlegHahm/ccnl_802154 2014-12-16 11:03:20 +01:00
crosslayer doc: use my real name 2015-02-08 18:52:16 +01:00
include doc: use my real name 2015-02-08 18:52:16 +01:00
link_layer doc: use my real name 2015-02-08 18:52:16 +01:00
network_layer/sixlowpan ip: make addr_str static 2015-02-08 22:07:19 +01:00
routing rpl: added configurable RPL MOP on compile time 2015-02-05 19:17:51 +01:00
transport_layer net/udp: cleaned up header and documentation 2015-01-22 14:23:03 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00