1
0
forked from fsfw/fsfw

Merge branch 'mueller/apply-afmt' into mueller/new-cicd-cmake-opts

This commit is contained in:
2022-05-13 13:50:41 +02:00
17 changed files with 65 additions and 16 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;