summaryrefslogtreecommitdiff
path: root/common/led_pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/led_pwm.c')
-rw-r--r--common/led_pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/led_pwm.c b/common/led_pwm.c
index e8f6c2bdf3..203d3f83f5 100644
--- a/common/led_pwm.c
+++ b/common/led_pwm.c
@@ -265,7 +265,7 @@ DECLARE_HOOK(HOOK_TICK, update_leds, HOOK_PRIO_DEFAULT);
#endif /* CONFIG_LED_PWM_TASK_DISABLED */
#ifdef CONFIG_CMD_LEDTEST
-static int command_ledtest(int argc, char **argv)
+static int command_ledtest(int argc, const char **argv)
{
int enable;
int pwm_led_id;