STM32L4 PWM: nxstyle
This commit is contained in:
parent
436979baed
commit
a0d4e61d54
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue