mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
IOBs: Move from driver/iob to a better location in mm/iob
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user