mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
stm32-sx1280: fix tx packet queuing
This commit is contained in:
parent
4e5921a401
commit
a65fe4076d
@ -139,6 +139,8 @@ static void controller_handle_acl_data(uint8_t * packet, uint16_t size){
|
||||
btstack_assert(con_handle == HCI_CON_HANDLE);
|
||||
|
||||
// just queue up
|
||||
btstack_assert(controller_ll_acl_reserved);
|
||||
controller_ll_acl_reserved = false;
|
||||
ll_queue_acl_packet(packet, size);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user