fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.cpp

6 lines
104 B
C++
Raw Normal View History

2020-10-29 12:23:27 +01:00
#include "dataPoolInit.h"
void datapool::dataPoolInit(std::map<uint32_t, PoolEntryIF*> * poolMap) {
}