mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
Remove untrue comment
This commit is contained in:
parent
a15d6d449e
commit
f3bd60700f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void Init(void)
|
|||
__HAL_RCC_TIM3_CLK_ENABLE();
|
||||
htim3.Init.Prescaler = 24;
|
||||
htim3.Init.CounterMode = TIM_COUNTERMODE_UP;
|
||||
htim3.Init.Period = 128; // 8kHz
|
||||
htim3.Init.Period = 128;
|
||||
htim3.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
|
||||
htim3.Init.RepetitionCounter = 0;
|
||||
HAL_TIM_Base_Init(&htim3);
|
||||
|
|
Loading…
Reference in a new issue