rpl: Make ipv6_buf local.

This commit is contained in:
Joakim Gebart 2015-01-23 19:43:31 +01:00
parent 2eea4d138e
commit c5e1683a8c

View File

@ -76,7 +76,7 @@ uint8_t rpl_max_routing_entries;
ipv6_addr_t my_address; ipv6_addr_t my_address;
/* IPv6 message buffer */ /* IPv6 message buffer */
ipv6_hdr_t *ipv6_buf; static ipv6_hdr_t *ipv6_buf;
uint8_t rpl_init(int if_id) uint8_t rpl_init(int if_id)
{ {