6LoWPAN: Fix some typos introduced in previous commit.
This commit is contained in:
parent
a29a168086
commit
183ed7a206
@ -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…
Reference in New Issue
Block a user