Skip to content

Commit 296ba10

Browse files
committed
nrf: set WDT priority to 2
The previous setting of `1` meant that the bluetooth system couldn't be used when the watchdog timer was enabled. Signed-off-by: Sean Cross <[email protected]>
1 parent d0f1b59 commit 296ba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/nrfx_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
#define NRFX_WDT0_ENABLED 1
128128
// This IRQ indicates the system will reboot shortly, so give
129129
// it a high priority.
130-
#define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY 1
130+
#define NRFX_WDT_DEFAULT_CONFIG_IRQ_PRIORITY 2
131131

132132
#endif // NRFX_CONFIG_H__

0 commit comments

Comments
 (0)