arch/arm/src/stm32/stm32_freerun.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-12-03 08:29:03 +09:00 committed by Xiang Xiao
parent d1b5ab99ec
commit c28c9387a1

View File

@ -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 */