Fix some stylistic issues found by tools/nxstyle
This commit is contained in:
parent
3c84aa3b5f
commit
a8ab72f97a
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user