Bluetooth: controller: Hotfix auto-merge error

Remove introduced duplicate mock function.

Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
Morten Priess 2023-01-24 15:28:20 +01:00 committed by Alberto Escolar
parent 277f6469f1
commit 921846731e

View file

@ -86,8 +86,3 @@ void ull_conn_iso_start(struct ll_conn *acl, uint32_t ticks_at_expire, uint16_t
{
}
struct ll_conn_iso_stream *ll_iso_stream_connected_get(uint16_t handle)
{
return NULL;
}