stm32wb/mbox: fixing ACL transmit buffer

This commit is contained in:
Sergey Nikitenko 2022-07-30 20:21:41 +03:00 committed by Xiang Xiao
parent 30a80a390d
commit ec59125ad3

View File

@ -677,7 +677,7 @@ void stm32wb_mboxinitialize(stm32wb_mbox_evt_handler_t evt_handler)
g_bleacl_channel.ch_num = STM32WB_MBOX_BLEACL_CHANNEL;
g_bleacl_channel.cmd_buf = (struct stm32wb_mbox_cmd_s *)
stm32wb_mbox_shared.ble_cmd_buffer;
stm32wb_mbox_shared.ble_acl_buffer;
stm32wb_mbox_list_initialize(&g_bleacl_channel.cmd_buf_queue);
#endif