summaryrefslogtreecommitdiff
path: root/board/ryu
diff options
context:
space:
mode:
Diffstat (limited to 'board/ryu')
-rw-r--r--board/ryu/battery.c3
-rw-r--r--board/ryu/board.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/board/ryu/battery.c b/board/ryu/battery.c
index a7ecd3ea07..aab3f67291 100644
--- a/board/ryu/battery.c
+++ b/board/ryu/battery.c
@@ -219,8 +219,7 @@ static int command_fastcharge(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(fastcharge, command_fastcharge,
"[on|off]",
- "Get or set fast charging profile",
- NULL);
+ "Get or set fast charging profile");
#endif /* CONFIG_CMD_FASTCHARGE */
#endif /* CONFIG_CHARGER_PROFILE_OVERRIDE */
diff --git a/board/ryu/board.c b/board/ryu/board.c
index 0c570a4d2d..f860ba057b 100644
--- a/board/ryu/board.c
+++ b/board/ryu/board.c
@@ -744,5 +744,4 @@ static int cmd_btn_press(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(btnpress, cmd_btn_press,
"<volup|voldown> [0|1]",
- "Simulate button press",
- NULL);
+ "Simulate button press");