We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf77ab commit ed81662Copy full SHA for ed81662
subsys/mpsl/init/mpsl_init.c
@@ -432,10 +432,6 @@ static int32_t mpsl_lib_init_internal(void)
432
mpsl_clock_hfclk_latency_set(CONFIG_MPSL_HFCLK_LATENCY);
433
#endif /* CONFIG_CLOCK_CONTROL_NRF && DT_NODE_EXISTS(DT_NODELABEL(hfxo)) */
434
#endif /* !CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL */
435
- if (IS_ENABLED(CONFIG_SOC_NRF_FORCE_CONSTLAT) &&
436
- !IS_ENABLED(CONFIG_SOC_COMPATIBLE_NRF54LX)) {
437
- mpsl_pan_rfu();
438
- }
439
440
#if MPSL_TIMESLOT_SESSION_COUNT > 0
441
err = mpsl_timeslot_session_count_set((void *) timeslot_context,
0 commit comments