Skip to content

Commit e14be44

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: controller: Fix missing call to radio_setup interface
Fix regression, add back missing call to radio_setup HAL interface. This is needed to setup the initial PA/LNA GPIO states. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 108d431 commit e14be44

File tree

1 file changed

+2
-0
lines changed
  • subsys/bluetooth/controller/ll_sw/nordic/lll

1 file changed

+2
-0
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ int lll_init(void)
177177
irq_enable(HAL_SWI_JOB_IRQ);
178178
#endif
179179

180+
radio_setup();
181+
180182
return 0;
181183
}
182184

0 commit comments

Comments
 (0)