anchao opened a new pull request #5438:
URL: https://github.com/apache/incubator-nuttx/pull/5438
## Summary
net/sixlowpan: fix compile warning
```
sixlowpan/sixlowpan_input.c: In function ‘sixlowpan_dispatch’:
sixlowpan/sixlowpan_input.c:629:3: warning: implicit declaration of function
‘pkt_input’;
did you mean ‘ipv6_input’?
[-Wimplicit-function-declaration]
629 | pkt_input(&radio->r_dev);
| ^~~~~~~~~
| ipv6_input
```
Signed-off-by: chao.an <[email protected]>
## Impact
N/A
## Testing
ci check
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]