1
0
forked from fsfw/fsfw

tm storage update

This commit is contained in:
2020-12-22 15:59:28 +01:00
parent 7ba660a222
commit 75a0df4cd9
6 changed files with 27 additions and 19 deletions

4
tmstorage/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
TmStoreMessage.cpp
)