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 5b65d3b commit 4ea64cbCopy full SHA for 4ea64cb
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/hci_tr.c
@@ -72,7 +72,7 @@ void hciTrSendAclData(void *pContext, uint8_t *pData)
72
/* pData is not freed as the hciDrvWrite took ownership of the WSF buffer */
73
#else
74
/* free buffer */
75
- hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
+ hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
76
#endif // CORDIO_ZERO_COPY_HCI
77
}
78
0 commit comments