We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9591e47 commit 8161beeCopy full SHA for 8161bee
src/nimble/esp_port/esp-hci/src/esp_nimble_hci.c
@@ -138,7 +138,9 @@ int ble_hci_trans_hs_acl_tx(struct os_mbuf *om)
138
{
139
uint16_t len = 0;
140
uint8_t data[MYNEWT_VAL(BLE_ACL_BUF_SIZE) + 3], rc = 0;
141
+#ifndef CONFIG_FREERTOS_UNICORE
142
bool tx_using_nimble_core = 0;
143
+#endif
144
/* If this packet is zero length, just free it */
145
if (OS_MBUF_PKTLEN(om) == 0) {
146
os_mbuf_free_chain(om);
0 commit comments