1
0
forked from fsfw/fsfw

minor tweaks

This commit is contained in:
2020-12-14 11:49:01 +01:00
parent 3dd86039bb
commit a547fafa33
4 changed files with 40 additions and 24 deletions

5
tasks/CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
FixedSequenceSlot.cpp
FixedSlotSequence.cpp
)