arch/arm/src/stm32/stm32_freerun.c: Appease nxstyle
This commit is contained in:
parent
d1b5ab99ec
commit
c28c9387a1
@ -154,7 +154,8 @@ int stm32_freerun_initialize(struct stm32_freerun_s *freerun, int chan,
|
||||
|
||||
/* Set timer period */
|
||||
|
||||
STM32_TIM_SETPERIOD(freerun->tch, (uint32_t)((1ull << freerun->width) - 1));
|
||||
STM32_TIM_SETPERIOD(freerun->tch,
|
||||
(uint32_t)((1ull << freerun->width) - 1));
|
||||
|
||||
/* Start the counter */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user