mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-18 15:09:55 +00:00
nimble/transport: Fix unused variable in socket transport
btaddr is not used anywhere in ble_hci_sock_cmdevt_tx function.
This commit is contained in:
@@ -333,7 +333,6 @@ ble_hci_sock_acl_tx(struct os_mbuf *om)
|
||||
static int
|
||||
ble_hci_sock_cmdevt_tx(uint8_t *hci_ev, uint8_t h4_type)
|
||||
{
|
||||
uint8_t btaddr[6];
|
||||
struct msghdr msg;
|
||||
struct iovec iov[8];
|
||||
int len;
|
||||
|
||||
Reference in New Issue
Block a user