Skip to content

Commit 2f4115a

Browse files
committed
Increase CONFIG_TASK_WDT_HW_FALLBACK_DELAY max to 10s
1 parent e90c58a commit 2f4115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/task_wdt/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ config TASK_WDT_HW_FALLBACK_DELAY
4747
int "Additional delay for hardware watchdog (ms)"
4848
depends on TASK_WDT_HW_FALLBACK
4949
default 20
50-
range 1 1000
50+
range 1 10000
5151
help
5252
The timeout of the hardware watchdog fallback will be increased by
5353
this value to provide sufficient time for corrective actions in the

0 commit comments

Comments
 (0)