bt_rpmsghci: fix warnings

This commit is contained in:
raiden00pl 2023-03-14 11:16:14 +01:00 committed by Xiang Xiao
parent d3fd1f50aa
commit b737d410b9
2 changed files with 0 additions and 3 deletions

View File

@ -163,7 +163,6 @@ static int rpmsghci_bt_open(struct bt_driver_s *btdev)
FAR struct rpmsghci_s *priv = NULL;
FAR struct rpmsghci_open_s *msg = NULL;
uint32_t space = 0;
int ret = OK;
/* Get RPMSG-HCI data */
@ -242,7 +241,6 @@ static int rpmsghci_bt_send(struct bt_driver_s *btdev, uint8_t type,
FAR struct rpmsghci_s *priv = NULL;
FAR struct rpmsghci_data_s *msg = NULL;
uint32_t space = 0;
int ret = OK;
wlinfo("rpmsghci_bt_send %d\n", type);

View File

@ -449,7 +449,6 @@ int rpmsghci_bt_receive(FAR struct bt_driver_s *btdev, uint8_t type,
FAR struct rpmsghci_server_s *priv = NULL;
FAR struct rpmsghci_data_s *msg = NULL;
uint32_t space = 0;
int ret = OK;
wlinfo("rpmsghci_bt_receive %d\n", type);