IOBs: Move from driver/iob to a better location in mm/iob

This commit is contained in:
Gregory Nutt
2017-05-09 07:34:59 -06:00
parent 407fed41ef
commit 2043e1a114
170 changed files with 238 additions and 223 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
*
****************************************************************************/
static bool sixlowpan_anyaddrnull(FAR uint8_t *addr, uint8_t addrlen)
static bool sixlowpan_anyaddrnull(FAR const uint8_t *addr, uint8_t addrlen)
{
while (addrlen-- > 0)
{