Fix some stylistic issues found by tools/nxstyle

This commit is contained in:
Gregory Nutt 2015-11-17 17:31:38 -06:00
parent 3c84aa3b5f
commit a8ab72f97a

View File

@ -560,7 +560,7 @@ static int stm32_start(struct timer_lowerhalf_s *lower)
if (!priv->started) if (!priv->started)
{ {
STM32_TIM_SETCLOCK(priv->tim, 1000000); // 1000000 Hz = 1 microsecond STM32_TIM_SETCLOCK(priv->tim, 1000000); /* 1000000 Hz = 1 microsecond */
STM32_TIM_SETMODE(priv->tim, STM32_TIM_MODE_UP); STM32_TIM_SETMODE(priv->tim, STM32_TIM_MODE_UP);
if (priv->handlerUsr) if (priv->handlerUsr)