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 b68b4cf commit be72b8eCopy full SHA for be72b8e
drivers/pwm/pwm_nrf_sw.c
@@ -350,7 +350,7 @@ static int pwm_nrf_sw_init(const struct device *dev)
350
uint32_t src_d = nrfx_gppi_domain_id_get((USE_RTC ? (uint32_t)rtc : (uint32_t)timer));
351
352
for (uint32_t i = 0; i < config->map_size; i++) {
353
- uint32_t dst_d = nrfx_gppi_domain_id_get((uint32_t)config->gpiote[i].p_reg);
+ uint32_t dst_d = nrfx_gppi_domain_id_get((uint32_t)config->gpiote[i]->p_reg);
354
int rv;
355
356
/* Allocate resources. */
0 commit comments