Merged in antmerlino/nuttx/sixlowpan-warning (pull request #744)
net/sixlowpan/sixlowpan_hc06.c: Fixes warning introduced by recent changes to uncompress_addr. Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
9f754ed1dc
commit
ad887ec34c
@ -424,7 +424,6 @@ static void uncompress_addr(FAR const struct netdev_varaddr_s *addr,
|
||||
uint8_t prefcount = UNCOMPRESS_PREFLEN(prefpost);
|
||||
uint8_t postcount = UNCOMPRESS_POSTLEN(prefpost);
|
||||
int destndx;
|
||||
int endndx;
|
||||
int i;
|
||||
|
||||
/* The value 16 is encoded as 0xf in the 4 bit-fields. */
|
||||
|
Loading…
Reference in New Issue
Block a user