Skip to content

Commit

Permalink
tests: drivers: nrfx_integration_test: Align to nrfx_glue change
Browse files Browse the repository at this point in the history
NRFX_GPIOTE_CHANNELS_USED is no longer present and it is replaced
by instance specific define (e.g. NRFX_GPIOTE130_CHANNELS_USED).
Align test which was using that define.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch committed Jun 5, 2024
1 parent 8448616 commit 3b6e8c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/drivers/nrfx_integration_test/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ ZTEST(test_nrfx_integration, test_build)

used_resources = NRFX_DPPI_CHANNELS_USED | NRFX_DPPI_GROUPS_USED |
NRFX_PPI_CHANNELS_USED | NRFX_PPI_GROUPS_USED |
NRFX_GPIOTE_CHANNELS_USED |
NRFX_EGUS_USED | NRFX_TIMERS_USED;
}

Expand Down

0 comments on commit 3b6e8c2

Please sign in to comment.