summaryrefslogtreecommitdiff
path: root/wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'wdt.c')
-rw-r--r--wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wdt.c b/wdt.c
index f815b71..0336b90 100644
--- a/wdt.c
+++ b/wdt.c
@@ -15,7 +15,7 @@ WDE = 3\n\
ldi %[temp], (1 << WDCE) | (1 << WDE) \n\
sts WDTCSR, %[temp] \n\
\n\
- ldi %[temp], (1 << WDE) | 0x07 \n\
+ ldi %[temp], (1 << WDE) | 0x20 \n\
sts WDTCSR, %[temp] \n\
" : [temp] "=r" (temp) : : "memory");