1
0
forked from fsfw/fsfw

use cfg struct for local pool API

This commit is contained in:
2022-08-30 11:02:21 +02:00
parent 10fc4dd89d
commit 9fedd03ed8
8 changed files with 159 additions and 58 deletions

View File

@ -2,5 +2,5 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
testLocalPoolVariable.cpp
testLocalPoolVector.cpp
testDataSet.cpp
testLocalPoolManager.cpp
testLocalPoolManager.cpp
)