Make Object Manager a Singleton and Refactored Linux Error Printing #424

Merged
gaisser merged 20 commits from KSat/fsfw:mueller/master into development 2021-06-08 15:01:00 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 722a7b3240 - Show all commits

View File

@ -131,7 +131,7 @@ else()
)
endif()
foreach(INCLUDE_PATH ${FSFW_ADDITIONAL_INC_PATH})
foreach(INCLUDE_PATH ${FSFW_ADDITIONAL_INC_PATHS})
if(IS_ABSOLUTE ${INCLUDE_PATH})
set(CURR_ABS_INC_PATH "${FREERTOS_PATH}")
else()