1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/development' into mueller/spi-com-if-shadowing

This commit is contained in:
2022-06-13 10:54:20 +02:00
106 changed files with 3118 additions and 1001 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;