6LoWPAN: Fix some typos introduced in previous commit.
This commit is contained in:
parent
a29a168086
commit
183ed7a206
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ int sixlowpan_destaddrfromip(FAR struct sixlowpan_driver_s *radio,
|
|||
return ret;
|
||||
}
|
||||
|
||||
memcpy(destaddr, &properaties.sp_hubnode, sizeof(truct netdev_varaddr_s));
|
||||
memcpy(destaddr, &properties.sp_hubnode, sizeof(struct netdev_varaddr_s));
|
||||
return OK;
|
||||
|
||||
#else /* CONFIG_NET_STARPOINT */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue