HW PWM fix

This commit is contained in:
Robert Pelnar 2019-01-30 00:06:12 +01:00
parent 3cce433dcb
commit 9890c60fe5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ void timer02_set_pwm0(uint8_t pwm0)
TCCR0A &= ~(2 << COM0B0);
OCR0B = 0;
}
timer02_pwm0 = pwm0;
}
void timer02_init(void)