We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7f1ff commit 97b1ceaCopy full SHA for 97b1cea
2 files changed
src/config/nrf52/sdk_config.h
@@ -5998,7 +5998,7 @@
5998
5999
6000
#ifndef WDT_CONFIG_RELOAD_VALUE
6001
- #define WDT_CONFIG_RELOAD_VALUE 2000
+ #define WDT_CONFIG_RELOAD_VALUE 60000
6002
#endif
6003
6004
// <o> WDT_CONFIG_IRQ_PRIORITY - Interrupt priority
src/error_handler/error_handler.c
@@ -3,6 +3,7 @@
3
#include "nrf.h"
4
#include "app_error.h"
5
#include "watchdog.h"
6
+#include "nrf_strerror.h"
7
8
#ifdef NRF52
9
#include "nrf_strerror.h"
0 commit comments