summaryrefslogtreecommitdiff
path: root/driver/led
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led')
-rw-r--r--driver/led/ds2413.c3
-rw-r--r--driver/led/lp5562.c3
2 files changed, 2 insertions, 4 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
diff --git a/driver/led/lp5562.c b/driver/led/lp5562.c
index 669057b728..88efb72e7b 100644
--- a/driver/led/lp5562.c
+++ b/driver/led/lp5562.c
@@ -156,6 +156,5 @@ static int command_lp5562(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(lp5562, command_lp5562,
"on | off | <red> <green> <blue>",
- "Set the color of the LED",
- NULL);
+ "Set the color of the LED");
#endif