summaryrefslogtreecommitdiff
path: root/common/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/pwm.c')
-rw-r--r--common/pwm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/pwm.c b/common/pwm.c
index 84e242abf4..c7fb627ec7 100644
--- a/common/pwm.c
+++ b/common/pwm.c
@@ -137,8 +137,7 @@ static int cc_pwm_duty(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(pwmduty, cc_pwm_duty,
"[channel [<percent> | -1=disable]]",
- "Get/set PWM duty cycles ",
- NULL);
+ "Get/set PWM duty cycles ");
#endif /* CONFIG_PWM */
/* Initialize all PWM pins as functional */