File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
subsys/mpsl/fem/simple_gpio Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,10 @@ static int fem_simple_gpio_configure(void)
73
73
},
74
74
.enable = true,
75
75
.active_high = MPSL_FEM_GPIO_POLARITY_GET (ctx_gpios ),
76
- .gpiote_ch_id = ctx_gpiote_channel
76
+ .gpiote_ch_id = ctx_gpiote_channel ,
77
+ #if defined(NRF54L_SERIES )
78
+ .p_gpiote = ctx_gpiote .p_reg ,
79
+ #endif
77
80
#else
78
81
MPSL_FEM_DISABLED_GPIOTE_PIN_CONFIG_INIT
79
82
#endif
@@ -87,7 +90,10 @@ static int fem_simple_gpio_configure(void)
87
90
},
88
91
.enable = true,
89
92
.active_high = MPSL_FEM_GPIO_POLARITY_GET (crx_gpios ),
90
- .gpiote_ch_id = crx_gpiote_channel
93
+ .gpiote_ch_id = crx_gpiote_channel ,
94
+ #if defined(NRF54L_SERIES )
95
+ .p_gpiote = crx_gpiote .p_reg ,
96
+ #endif
91
97
#else
92
98
MPSL_FEM_DISABLED_GPIOTE_PIN_CONFIG_INIT
93
99
#endif
You can’t perform that action at this time.
0 commit comments