Skip to content

Commit 18c814d

Browse files
committed
zephyr: initialize Rx queue
1 parent a63d66d commit 18c814d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/HCIVirtualTransportZephyr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ HCIVirtualTransportZephyrClass::~HCIVirtualTransportZephyrClass() {
130130
}
131131

132132
int HCIVirtualTransportZephyrClass::begin() {
133+
k_fifo_init(&rx_queue);
133134
bt_enable_raw(__rx_queue);
134135

135136
#if CONFIG_BT_HCI_SETUP

0 commit comments

Comments
 (0)