summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index af3f5f6..86695c0 100644
--- a/main.c
+++ b/main.c
@@ -122,7 +122,7 @@ static inline void lock(void)
static inline void unlock(void)
{
- OCR1A = PWM_MAX - 50;
+ OCR1A = PWM_MAX;
_delay_ms(100);
OCR1A = PWM_TOP;
}