bump submodules

This commit is contained in:
2022-05-22 15:23:25 +02:00
parent fb236a235d
commit 9b986c1400
6 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -24,7 +24,9 @@ venv
# Build folders # Build folders
/build* /build*
/cmake-build*
# Makefile artifacts
_dep _dep
_obj _obj
_bin _bin

View File

@ -17,7 +17,7 @@ fi
build_generator="" build_generator=""
os_fsfw="freertos" os_fsfw="freertos"
builddir="build-Debug" builddir="cmake-build-debug"
if [ "${OS}" = "Windows_NT" ]; then if [ "${OS}" = "Windows_NT" ]; then
build_generator="MinGW Makefiles" build_generator="MinGW Makefiles"
python="py" python="py"

2
fsfw

Submodule fsfw updated: 7c2e50b665...576414438c