1
0
forked from fsfw/fsfw

apply afmt, update .gitignore

This commit is contained in:
2022-05-13 11:39:37 +02:00
parent a83b86ccd2
commit 8dc640c162
12 changed files with 26 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;