diff --git a/CMakeLists.txt b/CMakeLists.txt index 8def49e..394685a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,8 +106,7 @@ add_subdirectory(${COMMON_PATH}) # ############################################################################## # Add libraries for all sources. -target_link_libraries( - ${TARGET_NAME} PRIVATE ${LIB_FSFW_NAME} ${LIB_OS_NAME}) +target_link_libraries(${TARGET_NAME} PRIVATE ${LIB_FSFW_NAME} ${LIB_OS_NAME}) # Add include paths for all sources. target_include_directories( diff --git a/example_common b/example_common index d2b15ee..5792aff 160000 --- a/example_common +++ b/example_common @@ -1 +1 @@ -Subproject commit d2b15ee4faf41c811eaa52b5be6f7f930330b928 +Subproject commit 5792aff5e318d93e916b48580408613a0274509e diff --git a/fsfw b/fsfw index 4334106..fdb0cc0 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 4334106ad12b02323ed0b99a1b48e93e0306834f +Subproject commit fdb0cc0e4495ab458ba66816376cf55ccb29ccd8