Shell: prefix all lines with '#'

This commit is contained in:
Simon Duquennoy 2017-10-11 17:43:26 +02:00
parent d88f0b157e
commit 77cae0f45c
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ shell_output_lladdr(shell_output_func output, const linkaddr_t *lladdr)
static void
output_prompt(shell_output_func output)
{
SHELL_OUTPUT(output, "#");
shell_output_lladdr(output, &linkaddr_node_addr);
SHELL_OUTPUT(output, "> ");
}