mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
no newline added by echo command
This commit is contained in:
parent
28e5cac1ea
commit
e743039261
@ -75,7 +75,7 @@ PROCESS_THREAD(shell_echo_process, ev, data)
|
|||||||
{
|
{
|
||||||
PROCESS_BEGIN();
|
PROCESS_BEGIN();
|
||||||
|
|
||||||
shell_output(&echo_command, data, (int)strlen(data), "\n", 1);
|
shell_output(&echo_command, data, (int)strlen(data), "", 0);
|
||||||
|
|
||||||
PROCESS_END();
|
PROCESS_END();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user