mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
6LoWPAN: Fix some typos introduced in previous commit.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user