mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #13160 from bergzand/pr/filesystems/newline_after_cat
examples/filesystem: include fflush in `cat` command
This commit is contained in:
commit
73fe9b9ed8
@ -199,6 +199,7 @@ static int _cat(int argc, char **argv)
|
||||
}
|
||||
close(fd);
|
||||
#endif
|
||||
fflush(stdout);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user