Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
Showing only changes of commit 9e3d5b6a0c - Show all commits

@ -5,7 +5,7 @@ fi
cmake_fmt="python3 -m cmake-format" cmake_fmt="python3 -m cmake-format"
if command -v ${cmake_fmt} &> /dev/null if command -v ${cmake_fmt} &> /dev/null
cmake_fmt_cmd=${cmake_fmt} -i CMakeLists.txt cmake_fmt_cmd="${cmake_fmt} -i CMakeLists.txt"
eval ${cmake_fmt_cmd} eval ${cmake_fmt_cmd}
then then