summaryrefslogtreecommitdiff
path: root/board/cr50/rdd.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/rdd.c')
-rw-r--r--board/cr50/rdd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/board/cr50/rdd.c b/board/cr50/rdd.c
index 608a025006..4d0fa942e8 100644
--- a/board/cr50/rdd.c
+++ b/board/cr50/rdd.c
@@ -160,6 +160,5 @@ static int command_ccd(int argc, char **argv)
return EC_SUCCESS;
}
DECLARE_CONSOLE_COMMAND(ccd, command_ccd,
- "[uart] [<BOOLEAN>]",
- "Get/set the case closed debug state",
- NULL);
+ "[uart] [<BOOLEAN>]",
+ "Get/set the case closed debug state");