mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
arch/stm32h7: Fix nxstyle errors
arch/arm/src/stm32h7/stm32_tim.c:
* Fix nxstyle issues.
This commit is contained in:
committed by
Abdelatif Guettouche
parent
c76fd28b83
commit
fda9f63bd8
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user