Changed the name of the rimeaddr module to linkaddr
This commit is contained in:
parent
765e9acded
commit
45265249fc
180 changed files with 930 additions and 930 deletions
|
@ -53,7 +53,7 @@ static void
|
|||
trickle_recv(struct trickle_conn *c)
|
||||
{
|
||||
printf("%d.%d: trickle message received '%s'\n",
|
||||
rimeaddr_node_addr.u8[0], rimeaddr_node_addr.u8[1],
|
||||
linkaddr_node_addr.u8[0], linkaddr_node_addr.u8[1],
|
||||
(char *)packetbuf_dataptr());
|
||||
}
|
||||
const static struct trickle_callbacks trickle_call = {trickle_recv};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue