Skip to content

Commit 26ebc99

Browse files
author
Chris Trowbridge
committed
Increase NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS from a default of 1 to 4
1 parent 28a0e3c commit 26ebc99

File tree

2 files changed

+2
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52

2 files changed

+2
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@
18661866
#endif
18671867
// <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
18681868
#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
1869-
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
1869+
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4
18701870
#endif
18711871

18721872
// <o> NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@
18661866
#endif
18671867
// <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
18681868
#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
1869-
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
1869+
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4
18701870
#endif
18711871

18721872
// <o> NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority

0 commit comments

Comments
 (0)