6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology

This commit is contained in:
Gregory Nutt
2017-05-04 08:21:12 -06:00
parent 67fb7183cb
commit 44ace8e1cc
4 changed files with 6 additions and 6 deletions

View File

@@ -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;