mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
Update comment
This commit is contained in:
parent
3084341f68
commit
8a343ae4fb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Leds {
|
|||
|
||||
htim1.Init.Prescaler = 1;
|
||||
htim1.Init.CounterMode = TIM_COUNTERMODE_UP;
|
||||
htim1.Init.Period = 1024; // 12 bit
|
||||
htim1.Init.Period = 1024; // 10 bit
|
||||
htim1.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
|
||||
HAL_TIM_PWM_Init(&htim1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue