From e066cd177ca7f2703625a56b744deaa1d7045301 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Sun, 29 Nov 2020 19:53:02 +0000 Subject: [PATCH] examples/pwm: fix style issue found in CI --- examples/pwm/pwm_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pwm/pwm_main.c b/examples/pwm/pwm_main.c index 7423616b2..473863d68 100644 --- a/examples/pwm/pwm_main.c +++ b/examples/pwm/pwm_main.c @@ -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. "