mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
shell: flush stdout after printing prompt
This commit is contained in:
parent
c7c0d4b98b
commit
2d7642b8c1
@ -257,6 +257,7 @@ static inline void print_prompt(shell_t *shell)
|
||||
{
|
||||
shell->put_char('>');
|
||||
shell->put_char(' ');
|
||||
fflush(stdout);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user