1
0
forked from fsfw/fsfw

added back fsfw namespace

This commit is contained in:
2022-05-09 11:06:45 +02:00
parent 5d5a355110
commit 80a5ed3c5b
8 changed files with 20 additions and 14 deletions

View File

@ -314,7 +314,7 @@ void UartComIF::configureBaudrate(struct termios* options, UartCookie* uartCooki
cfsetispeed(options, B4000000);
cfsetospeed(options, B4000000);
break;
#endif // ! __APPLE__
#endif // ! __APPLE__
default:
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::warning << "UartComIF::configureBaudrate: Baudrate not supported" << std::endl;