net/sixlowpan/sixlowpan_send.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-23 17:59:54 +09:00 committed by Xiang Xiao
parent dcfe08d227
commit b7be6047bb
1 changed files with 1 additions and 1 deletions

View File

@ -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. */