net/ieee802154/ieee802154_sendto.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-25 07:16:52 +09:00 committed by Xiang Xiao
parent 7b3cd145de
commit 298299684e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{