small fix

This commit is contained in:
2023-06-19 17:34:13 +02:00
parent dcf01d822b
commit 147c39d539
2 changed files with 6 additions and 5 deletions

View File

@ -63,9 +63,9 @@ void ObjectFactory::produce(void* args) {
StorageManagerIF* ipcStore;
PersistentTmStores persistentStores;
bool enableHkSets = false;
#if OBSW_ENABLE_PERIODIC_HK == 1
enableHkSets = true;
#endif
#if OBSW_ENABLE_PERIODIC_HK == 1
enableHkSets = true;
#endif
auto sdcMan = new DummySdCardManager("/tmp");
ObjectFactory::produceGenericObjects(nullptr, &pusFunnel, &cfdpFunnel, *sdcMan, &ipcStore,
&tmStore, persistentStores);