Skip to content

Commit 127183b

Browse files
committed
sl28wdt: increase the default timeout to 10s
Signed-off-by: Michael Walle <[email protected]>
1 parent de5825f commit 127183b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sl28wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#define REG_CNT 3
7575
#define KICK_VALUE 0x6b
7676

77-
#define DEFAULT_TOUT 8
77+
#define DEFAULT_TOUT 10 /* in seconds */
7878

7979
static volatile unsigned char ctrl;
8080

0 commit comments

Comments
 (0)