summaryrefslogtreecommitdiff
path: root/demos/host/src/cli.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-09-27 22:38:23 +0700
committerhathach <[email protected]>2013-09-27 22:38:23 +0700
commiteb1a101667f183db6781d5f7f73f360a508b13bc (patch)
tree953c6b09a13eb3b32101662bb7391c00e1092a7a /demos/host/src/cli.c
parent26f75d6cac91f0525627ca2086175007614632f8 (diff)
house keeping
Diffstat (limited to 'demos/host/src/cli.c')
-rw-r--r--demos/host/src/cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/host/src/cli.c b/demos/host/src/cli.c
index adfdac56f..80fe9f7ef 100644
--- a/demos/host/src/cli.c
+++ b/demos/host/src/cli.c
@@ -161,6 +161,7 @@ void cli_init(void)
{
memclr_(cli_buffer, CLI_MAX_BUFFER);
f_getlabel(NULL, volume_label, NULL);
+ cli_command_prompt();
}
void cli_poll(char ch)