mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology
This commit is contained in:
@@ -762,7 +762,7 @@ int cmd_ifconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
uint8_t mac[IFHWADDRLEN];
|
||||
#endif
|
||||
#ifdef CONFIG_NET_6LOWPAN
|
||||
uint8_t nodeaddr[NET_6LOWPAN_RIMEADDR_SIZE];
|
||||
uint8_t nodeaddr[NET_6LOWPAN_ADDRSIZE];
|
||||
#endif
|
||||
#if defined(CONFIG_NSH_DHCPC)
|
||||
FAR void *handle;
|
||||
|
Reference in New Issue
Block a user