net/bluetooth/bluetooth_sendto.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-23 16:47:41 +09:00 committed by Xiang Xiao
parent d851cd9322
commit 3ed096cc08

View File

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