diff --git a/src/timer.c b/src/timer.c index 1fbc712..fa91321 100644 --- a/src/timer.c +++ b/src/timer.c @@ -25,7 +25,7 @@ void initPwmTimer1(void) OCR1A = 1000; /* Compare Match with OCR1B */ - OCR1B = 900; + OCR1B = 10; } void initCtcTimer0(void)