Fix arch/arm/src/samv7/sam_pwm.c:489:1: error: Missing blank line after comment

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-11-16 08:58:44 +08:00 committed by Alan Carvalho de Assis
parent 7bf1aed08b
commit e047ca6011

View File

@ -486,7 +486,8 @@ static int pwm_start(struct pwm_lowerhalf_s *dev,
}
else
{
/* release overwrite of channel */
/* Release overwrite of channel */
regval = (1 << priv->channels[i].channel);
pwm_putreg(priv, SAMV7_PWM_OSC, regval);
}