From 88915dca58a65aefc8abe0adadc0c766830e5496 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 26 Nov 2013 22:48:25 +0100 Subject: [PATCH] Enabled shell_rime_send_cmd_init() so that this example can be used in the shell/03-sky-shell-command regression test --- examples/sky-shell/sky-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sky-shell/sky-shell.c b/examples/sky-shell/sky-shell.c index 62c4b5ba4..7313783ef 100644 --- a/examples/sky-shell/sky-shell.c +++ b/examples/sky-shell/sky-shell.c @@ -71,8 +71,8 @@ PROCESS_THREAD(sky_shell_process, ev, data) shell_blink_init(); /* shell_file_init(); shell_coffee_init();*/ - /* shell_download_init(); - shell_rime_sendcmd_init();*/ + /* shell_download_init();*/ + shell_rime_sendcmd_init(); /* shell_ps_init();*/ shell_reboot_init(); shell_rime_init();