mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
net/bluetooth/bluetooth_sendto.c: Fix a syslog format
This commit is contained in:
parent
d851cd9322
commit
3ed096cc08
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue