Skip to content

Commit 9859efd

Browse files
[nrf fromlist] drivers: spi: nrfx_spim_common: include gpiote_nrfx.h
The gpiote_nrfx.h header is needed for a macro used when handling NRF52_ANOMALY_58 Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> Upstream PR #: 107414
1 parent 0f83e92 commit 9859efd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/spi/spi_nrfx_spim_common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <hal/nrf_clock.h>
1313
#endif
1414

15+
#include <gpiote_nrfx.h>
16+
1517
#define WAKE_PIN_START_FLAGS (GPIO_INPUT | GPIO_PULL_UP)
1618
#define WAKE_PIN_STOP_FLAGS (GPIO_INPUT | GPIO_PULL_DOWN | GPIO_DISCONNECTED)
1719

0 commit comments

Comments
 (0)