Shell: prefix all lines with '#'
This commit is contained in:
parent
d88f0b157e
commit
77cae0f45c
@ -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, "> ");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user