net/bluetooth/bluetooth_sendto.c: Fix a syslog format
This commit is contained in:
parent
d851cd9322
commit
3ed096cc08
@ -109,7 +109,7 @@ static uint16_t bluetooth_sendto_eventhandler(FAR struct net_driver_s *dev,
|
||||
pstate = (FAR struct bluetooth_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 & BLUETOOTH_POLL) != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user