small bugfixes
This commit is contained in:
parent
b8e703ca83
commit
8ede00fdf1
@ -119,3 +119,7 @@ target_include_directories(${LIB_FSFW_NAME} PRIVATE
|
||||
${CMAKE_SOURCE_DIR}
|
||||
${FSFW_CONFIG_PATH_ABSOLUTE}
|
||||
)
|
||||
|
||||
target_compile_options(${LIB_FSFW_NAME} PRIVATE
|
||||
${ABI_FLAGS}
|
||||
)
|
||||
|
@ -14,6 +14,7 @@ target_sources(${LIB_FSFW_NAME}
|
||||
SemaphoreFactory.cpp
|
||||
TaskFactory.cpp
|
||||
Timekeeper.cpp
|
||||
TaskManagement.cpp
|
||||
)
|
||||
|
||||
# FreeRTOS is required to link the FSFW now. It is recommended to compile
|
||||
|
Loading…
Reference in New Issue
Block a user