Update Package #43
@ -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(;;) {
|
||||
|
2
cmake/scripts/Host/create_cmake_debug_cfg.sh
Normal file → Executable file
2
cmake/scripts/Host/create_cmake_debug_cfg.sh
Normal file → Executable file
@ -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"
|
||||
|
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit 4b095eea8991d3e9a48fa8945c86339cfdad26d5
|
||||
Subproject commit 589e64fc467cbf5cac5e721a896564c811cd25c6
|
Loading…
Reference in New Issue
Block a user