summaryrefslogtreecommitdiff
path: root/chip/g/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/idle.c')
-rw-r--r--chip/g/idle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/g/idle.c b/chip/g/idle.c
index 88a2c14eaa..f34525d8db 100644
--- a/chip/g/idle.c
+++ b/chip/g/idle.c
@@ -50,8 +50,7 @@ static int command_idle(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(idle, command_idle,
"[w|s|d]",
- "Set or show the idle action: wfi, sleep, deep sleep",
- NULL);
+ "Set or show the idle action: wfi, sleep, deep sleep");
static int utmi_wakeup_is_enabled(void)
{