Skip to content

Commit

Permalink
[SQUASH ME] added comment pointing the API change
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGalore authored and BytesGalore committed May 11, 2015
1 parent fc23b25 commit 6d82ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/watrli_rpl_udp/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int watr_li_setup_node(void)
ipv6_addr_init(&myaddr, 0x2015, 0x3, 0x18, 0x1111, 0x0, 0x0, 0x0, iface_id);

/* and set it */
//set_watr_li_address(&myaddr);
/* set_watr_li_address(&myaddr); // this is done by RPL now automatically */

return 0;
}
Expand Down

0 comments on commit 6d82ec1

Please sign in to comment.