From 76c6702f414c05b299de8fbd98a7a3e1cf079fd2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 11 Jun 2021 15:06:46 +0200 Subject: [PATCH] minor updates --- bsp_hosted/main.cpp | 1 + cmake/scripts/Host/create_cmake_debug_cfg.sh | 2 +- fsfw | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 cmake/scripts/Host/create_cmake_debug_cfg.sh diff --git a/bsp_hosted/main.cpp b/bsp_hosted/main.cpp index 4fa1eb04..73fdcff5 100644 --- a/bsp_hosted/main.cpp +++ b/bsp_hosted/main.cpp @@ -24,6 +24,7 @@ int main(void) << SW_SUBVERSION << "." << SW_SUBSUBVERSION << " -- " << std::endl; std::cout << "-- " << __DATE__ << " " << __TIME__ << " --" << std::endl; + sif::warning << "Test" << std::endl; initmission::initMission(); for(;;) { diff --git a/cmake/scripts/Host/create_cmake_debug_cfg.sh b/cmake/scripts/Host/create_cmake_debug_cfg.sh old mode 100644 new mode 100755 index 23c74de0..24be2099 --- a/cmake/scripts/Host/create_cmake_debug_cfg.sh +++ b/cmake/scripts/Host/create_cmake_debug_cfg.sh @@ -15,7 +15,7 @@ if [ "${counter}" -ge 5 ];then fi build_generator="" -build_dir="Debug-Host" +build_dir="build-Debug-Host" os_fsfw="host" if [ "${OS}" = "Windows_NT" ]; then build_generator="MinGW Makefiles" diff --git a/fsfw b/fsfw index 4b095eea..589e64fc 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 4b095eea8991d3e9a48fa8945c86339cfdad26d5 +Subproject commit 589e64fc467cbf5cac5e721a896564c811cd25c6