mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +00:00
l2cap: fix compile
This commit is contained in:
parent
c839c6f943
commit
8d783ab1e6
@ -3784,7 +3784,7 @@ static void l2cap_emit_le_channel_closed(l2cap_channel_t * channel){
|
||||
|
||||
static void l2cap_le_send_pdu(l2cap_channel_t *channel){
|
||||
btstack_assert(channel != NULL);
|
||||
btstack_assert(channel->send_pdu_buffer != NULL);
|
||||
btstack_assert(channel->send_sdu_buffer != NULL);
|
||||
btstack_assert(channel->credits_outgoing > 0);
|
||||
|
||||
// send part of SDU
|
||||
|
Loading…
x
Reference in New Issue
Block a user