mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
`puts("");` did not print a newline. The standard
behavior is to print a newline even if the string
is empty.
Signed-off-by: liamHowatt <liamjmh0@gmail.com>