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 2b0ef01 commit 2b3cfd6Copy full SHA for 2b3cfd6
tests/drivers/spi/spim_pan/src/main.c
@@ -118,9 +118,6 @@ ZTEST(spim_pan, test_spim_mltpan_55_workaround)
118
119
int err;
120
121
- uint8_t ppi_channel;
122
-
123
- uint32_t domain_id;
124
nrfx_gppi_handle_t gppi_handle;
125
126
uint32_t timer_cc_before, timer_cc_after;
@@ -136,10 +133,6 @@ ZTEST(spim_pan, test_spim_mltpan_55_workaround)
136
133
137
134
set_buffers();
138
135
139
- domain_id = nrfx_gppi_domain_id_get((uint32_t)test_timer.p_reg);
140
- ppi_channel = nrfx_gppi_channel_alloc(domain_id);
141
- zassert_true(ppi_channel > 0, "Failed to allocate GPPI channel");
142
143
timer_task = configure_test_timer(&test_timer);
144
spim_event = nrf_spim_event_address_get(spim_reg, NRF_SPIM_EVENT_END);
145
0 commit comments