examples/pwm: fix style issue found in CI

This commit is contained in:
Diego Herranz 2020-11-29 19:53:02 +00:00 committed by Abdelatif Guettouche
parent 37c8e5486c
commit e066cd177c

View File

@ -202,6 +202,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
{
printf(" %d", pwm->channels[i]);
}
printf("\n");
printf(" [[-d duty1] [[-d duty2] ...]] "
@ -217,6 +218,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
{
printf(" %d %%", pwm->duties[i]);
}
printf("\n");
#else
printf(" [-d duty] selects the pulse duty as a percentage. "