cmake-format applied on all files, rerun script

This commit is contained in:
2022-05-13 17:35:40 +02:00
parent e3d1308205
commit 694e9d8d8f
70 changed files with 731 additions and 905 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;