From 3ed096cc08f17a74ca5449189f2b77ccc17ff01c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 23 Nov 2020 16:47:41 +0900 Subject: [PATCH] net/bluetooth/bluetooth_sendto.c: Fix a syslog format --- net/bluetooth/bluetooth_sendto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {