Skip to content

Commit

Permalink
c-ify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotterleben committed Nov 3, 2014
1 parent 30b7f21 commit 3df09f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/routing/aodvv2/aodv.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void aodv_init(void)
{
DEBUG("[aodvv2] %s()\n", __func__);

// TODO: set if_id properly
/* TODO: set if_id properly */
int if_id = 0;
net_if_set_src_address_mode(if_id, NET_IF_TRANS_ADDR_M_SHORT);

Expand Down

0 comments on commit 3df09f2

Please sign in to comment.