Commit d9c3d162 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Grzegorz Daniluk

shell: minor post-rebase fixes

parent 6e897670
......@@ -138,13 +138,10 @@ int shell_exec(const char *cmd)
return i;
}
static void shell_register_commands();
void shell_init()
{
cmd_len = cmd_pos = 0;
state = SH_PROMPT;
shell_register_commands();
}
int shell_interactive()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment