summaryrefslogtreecommitdiff
path: root/board/puff/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/puff/led.c')
-rw-r--r--board/puff/led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/puff/led.c b/board/puff/led.c
index ce21bd789a..29367a68dc 100644
--- a/board/puff/led.c
+++ b/board/puff/led.c
@@ -214,7 +214,7 @@ void show_critical_error(void)
set_color(EC_LED_ID_POWER_LED, LED_RED, 100);
}
-static int command_led(int argc, char **argv)
+static int command_led(int argc, const char **argv)
{
enum ec_led_id id = EC_LED_ID_POWER_LED;