Skip to content

Commit 97b1cea

Browse files
committed
increased watchdog timeout
1 parent 4c7f1ff commit 97b1cea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/config/nrf52/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5998,7 +5998,7 @@
59985998

59995999

60006000
#ifndef WDT_CONFIG_RELOAD_VALUE
6001-
#define WDT_CONFIG_RELOAD_VALUE 2000
6001+
#define WDT_CONFIG_RELOAD_VALUE 60000
60026002
#endif
60036003

60046004
// <o> WDT_CONFIG_IRQ_PRIORITY - Interrupt priority

src/error_handler/error_handler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "nrf.h"
44
#include "app_error.h"
55
#include "watchdog.h"
6+
#include "nrf_strerror.h"
67

78
#ifdef NRF52
89
#include "nrf_strerror.h"

0 commit comments

Comments
 (0)