arch/stm32h7: Fix nxstyle errors

arch/arm/src/stm32h7/stm32_tim.c:

    * Fix nxstyle issues.
This commit is contained in:
Nathan Hartman 2021-01-15 15:43:20 -05:00 committed by Abdelatif Guettouche
parent c76fd28b83
commit fda9f63bd8

View File

@ -508,7 +508,9 @@ static void stm32_tim_disable(FAR struct stm32_tim_dev_s *dev)
stm32_putreg16(dev, STM32_BTIM_CR1_OFFSET, val);
}
/* Reset timer into system default state, but do not affect output/input pins */
/* Reset timer into system default state, but do not affect output/input
* pins
*/
static void stm32_tim_reset(FAR struct stm32_tim_dev_s *dev)
{