wireless/bluetooth/bt_ioctl.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-23 17:32:34 +09:00 committed by Xiang Xiao
parent e8ae56d9ea
commit 05127a2a33

View File

@ -477,7 +477,7 @@ int btnet_ioctl(FAR struct net_driver_s *netdev, int cmd, unsigned long arg)
FAR struct btreq_s *btreq = (FAR struct btreq_s *)((uintptr_t)arg);
int ret;
wlinfo("cmd=%04x arg=%ul\n", cmd, arg);
wlinfo("cmd=%04x arg=%lu\n", cmd, arg);
DEBUGASSERT(netdev != NULL && netdev->d_private != NULL);
if (btreq == NULL)