mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
rpl: Rename buffer->sixlowpan_buffer
This commit is contained in:
parent
de7d6c7785
commit
f6bade32e6
@ -160,7 +160,7 @@ static rpl_dao_t *get_rpl_dao_buf(void)
|
|||||||
|
|
||||||
static rpl_dao_ack_t *get_rpl_dao_ack_buf(void)
|
static rpl_dao_ack_t *get_rpl_dao_ack_buf(void)
|
||||||
{
|
{
|
||||||
return ((rpl_dao_ack_t *) & (buffer[(LL_HDR_LEN + IPV6_HDR_LEN + ICMPV6_HDR_LEN)]));
|
return ((rpl_dao_ack_t *) & (sixlowpan_buffer[(LL_HDR_LEN + IPV6_HDR_LEN + ICMPV6_HDR_LEN)]));
|
||||||
}
|
}
|
||||||
|
|
||||||
static rpl_dis_t *get_rpl_dis_buf(void)
|
static rpl_dis_t *get_rpl_dis_buf(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user