You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/24 18:38:57 UTC

[incubator-nuttx] 03/03: STM32L4 PWM: nxstyle

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit a0d4e61d5494b6fa26d3bd5e3178e51ce9497915
Author: Matias Nitsche <mn...@dc.uba.ar>
AuthorDate: Fri Apr 24 14:54:42 2020 -0300

    STM32L4 PWM: nxstyle
---
 arch/arm/src/stm32l4/stm32l4_pwm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/src/stm32l4/stm32l4_pwm.c b/arch/arm/src/stm32l4/stm32l4_pwm.c
index bbcbc28..2c39b7d 100644
--- a/arch/arm/src/stm32l4/stm32l4_pwm.c
+++ b/arch/arm/src/stm32l4/stm32l4_pwm.c
@@ -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;