stm32: timer: Clarify some misleading comments.

Start clearing up misleading/redundant commentary.
This commit is contained in:
Valentin Ochs
2016-10-18 11:32:34 +02:00
committed by Karl Palsson
parent 1260b16772
commit da04ccdf71
2 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ static void tim_setup(void)
/* Reset prescaler value. */
timer_set_prescaler(TIM2, 36000);
/* Enable preload. */
/* Disable preload. */
timer_disable_preload(TIM2);
/* Continous mode. */