1
0
forked from fsfw/fsfw

added intial carriage return im preamble

This commit is contained in:
2020-04-10 17:06:06 +02:00
parent 841b28b65d
commit 69e9710bf1
6 changed files with 18 additions and 19 deletions

View File

@ -6,6 +6,6 @@ void ServiceInterfaceStream::setActive( bool myActive) {
ServiceInterfaceStream::ServiceInterfaceStream(std::string set_message,
uint16_t port) :
std::basic_ostream<char, std::char_traits<char> >(&buf), buf(
set_message, port) {
std::basic_ostream<char, std::char_traits<char>>(&buf),
buf(set_message, port) {
}