Skip to content

Commit 50f1e9e

Browse files
Merge pull request #416 from silabs-bozont/master
zephyr: initialize Rx queue
2 parents 9dfa52b + 18c814d commit 50f1e9e

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)