acassis opened a new pull request, #3565: URL: https://github.com/apache/nuttx-apps/pull/3565
## Summary This commit fixes the previous behavior where an echo with a single string and its default new line is send as single write(). This issue came from: https://github.com/apache/nuttx-apps/pull/1559 ## Impact Keep original behavior of echo command ## Testing nsh> echo Hello Hello nsh> echo "Hello World" Hello World nsh> echo "Hello" "World" Hello World nsh> echo "t120o1l16b9n0baan0bn0bn0baaan0b9n0baan0b" > /dev/tone0 Received 41 byte(s) nsh> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
