samples: boards: nrfx: Remove redundant inclusions
This is a follow-up to commit c7e4d23c5d
.
After all calls to `nrfx_dppi_*` and `nrfx_ppi_*` functions were
replaced with corresponding `nrfx_gppi_*` calls, it is no longer
needed to include the `nrfx_dppi.h` and `nrfx_ppi.h` headers.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
e8d3bf5ff6
commit
6d67b95a18
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@
|
|||
|
||||
#include <nrfx_gpiote.h>
|
||||
#include <helpers/nrfx_gppi.h>
|
||||
#if defined(DPPI_PRESENT)
|
||||
#include <nrfx_dppi.h>
|
||||
#else
|
||||
#include <nrfx_ppi.h>
|
||||
#endif
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue