mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
net/sixlowpan/sixlowpan_send.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
dcfe08d227
commit
b7be6047bb
@@ -103,7 +103,7 @@ static uint16_t send_eventhandler(FAR struct net_driver_s *dev,
|
|||||||
{
|
{
|
||||||
FAR struct sixlowpan_send_s *sinfo = (FAR struct sixlowpan_send_s *)pvpriv;
|
FAR struct sixlowpan_send_s *sinfo = (FAR struct sixlowpan_send_s *)pvpriv;
|
||||||
|
|
||||||
ninfo("flags: %04x: %d\n", flags);
|
ninfo("flags: %04x\n", flags);
|
||||||
|
|
||||||
/* Verify that this is a compatible network driver. */
|
/* Verify that this is a compatible network driver. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user