Skip to content

Commit

Permalink
bt_rpmsghci: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl committed Mar 26, 2023
1 parent 1c17f37 commit 6cb5c8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/wireless/bluetooth/bt_rpmsghci.c
Expand Up @@ -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 */

Expand Down Expand Up @@ -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);

Expand Down
1 change: 0 additions & 1 deletion drivers/wireless/bluetooth/bt_rpmsghci_server.c
Expand Up @@ -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);

Expand Down

0 comments on commit 6cb5c8c

Please sign in to comment.