mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-12 21:17:57 +00:00
nimble/host: Fix build with host flow enabled
Seems like something was broken when merging...
This commit is contained in:
@@ -82,7 +82,7 @@ ble_hs_flow_tx_num_comp_pkts(void)
|
||||
rc = ble_hs_hci_cmd_send_buf(
|
||||
BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND,
|
||||
BLE_HCI_OCF_CB_HOST_NUM_COMP_PKTS),
|
||||
buf, off);
|
||||
buf, sizeof(buf));
|
||||
if (rc != 0) {
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user