STM32L4 PWM: nxstyle

This commit is contained in:
Matias Nitsche 2020-04-24 14:54:42 -03:00 committed by patacongo
parent 436979baed
commit a0d4e61d54
1 changed files with 2 additions and 1 deletions

View File

@ -2682,7 +2682,8 @@ static int pwm_soft_break(FAR struct pwm_lowerhalf_s *dev, bool state)
*
****************************************************************************/
static uint16_t pwm_outputs_from_channels(FAR struct stm32l4_pwmtimer_s *priv)
static uint16_t
pwm_outputs_from_channels(FAR struct stm32l4_pwmtimer_s *priv)
{
uint16_t outputs = 0;
uint8_t channel = 0;