File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4040#include <hal/nrf_vreqctrl.h>
4141#include "radio_nrf5340.h"
4242#elif defined(CONFIG_SOC_SERIES_NRF54LX )
43+ #include <hal/nrf_ppib.h>
4344#include "radio_nrf54lx.h"
4445#elif defined(CONFIG_BOARD_NRF52_BSIM )
4546#include "radio_sim_nrf52.h"
4647#elif defined(CONFIG_BOARD_NRF5340BSIM_NRF5340_CPUNET )
4748#include <hal/nrf_vreqctrl.h>
4849#include "radio_sim_nrf5340.h"
4950#elif defined(CONFIG_BOARD_NRF54L15BSIM_NRF54L15_CPUAPP )
51+ #include <hal/nrf_ppib.h>
5052#include "radio_sim_nrf54l.h"
5153#else
5254#error "Unsupported SoC."
5355#endif
5456
5557#if defined(CONFIG_BT_CTLR_NRF_GRTC )
5658#include <hal/nrf_grtc.h>
57- #include <hal/nrf_ppib.h>
5859#else /* !CONFIG_BT_CTLR_NRF_GRTC */
5960#include <hal/nrf_rtc.h>
6061#endif /* !CONFIG_BT_CTLR_NRF_GRTC */
You can’t perform that action at this time.
0 commit comments