summaryrefslogtreecommitdiff
path: root/driver/led/ds2413.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led/ds2413.c')
-rw-r--r--driver/led/ds2413.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/led/ds2413.c b/driver/led/ds2413.c
index 8364688e28..0ba713f27f 100644
--- a/driver/led/ds2413.c
+++ b/driver/led/ds2413.c
@@ -162,6 +162,5 @@ static int command_powerled(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(powerled, command_powerled,
"<off | red | yellow | green>",
- "Set power LED color",
- NULL);
+ "Set power LED color");
#endif