mirror of https://github.com/ARMmbed/mbed-os.git
parent
2a4e48179d
commit
5b65d3b119
|
|
@ -72,7 +72,7 @@ void hciTrSendAclData(void *pContext, uint8_t *pData)
|
||||||
/* pData is not freed as the hciDrvWrite took ownership of the WSF buffer */
|
/* pData is not freed as the hciDrvWrite took ownership of the WSF buffer */
|
||||||
#else
|
#else
|
||||||
/* free buffer */
|
/* free buffer */
|
||||||
WsfMsgFree(pData);
|
hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
|
||||||
#endif // CORDIO_ZERO_COPY_HCI
|
#endif // CORDIO_ZERO_COPY_HCI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue