diff --git a/net/bluetooth/bluetooth_sendto.c b/net/bluetooth/bluetooth_sendto.c index 0bb1ab97f58..b4a930d9c4a 100644 --- a/net/bluetooth/bluetooth_sendto.c +++ b/net/bluetooth/bluetooth_sendto.c @@ -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) {