net/ieee802154/ieee802154_sendto.c: Fix a syslog format
This commit is contained in:
parent
7b3cd145de
commit
298299684e
|
@ -298,7 +298,7 @@ static uint16_t ieee802154_sendto_eventhandler(FAR struct net_driver_s *dev,
|
|||
pstate = (FAR struct ieee802154_sendto_s *)pvpriv;
|
||||
radio = (FAR struct radio_driver_s *)dev;
|
||||
|
||||
ninfo("flags: %04x sent: %d\n", flags, pstate->is_sent);
|
||||
ninfo("flags: %04x sent: %zd\n", flags, pstate->is_sent);
|
||||
|
||||
if (pstate != NULL && (flags & IEEE802154_POLL) != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue