summaryrefslogtreecommitdiff
path: root/board/ryu/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ryu/battery.c')
-rw-r--r--board/ryu/battery.c3
1 files changed, 1 insertions, 2 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 */