stm32: timer: Clarify some misleading comments.
Start clearing up misleading/redundant commentary.
This commit is contained in:
committed by
Karl Palsson
parent
1260b16772
commit
da04ccdf71
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user