summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lock/server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lock/server.c b/lock/server.c
index 8274f81..44688a1 100644
--- a/lock/server.c
+++ b/lock/server.c
@@ -74,7 +74,6 @@ static inline void init_wdt(void)
WDTCSR |= (1 << WDCE) | ( 1 << WDE);
WDTCSR = (1 << WDE) | (1 << WDP2) | (1 << WDP1);
- WDTCSR |= (1 << WDIE);
}
static inline void init_rx(void)
@@ -193,5 +192,3 @@ ISR(PCINT2_vect)
}
}
-EMPTY_INTERRUPT(WDT_vect);
-