examples/pwm: fix style issue found in CI
This commit is contained in:
parent
37c8e5486c
commit
e066cd177c
@ -202,6 +202,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
|
|||||||
{
|
{
|
||||||
printf(" %d", pwm->channels[i]);
|
printf(" %d", pwm->channels[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
printf(" [[-d duty1] [[-d duty2] ...]] "
|
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(" %d %%", pwm->duties[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
#else
|
#else
|
||||||
printf(" [-d duty] selects the pulse duty as a percentage. "
|
printf(" [-d duty] selects the pulse duty as a percentage. "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user