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