Make Object Manager a Singleton and Refactored Linux Error Printing #424

Merged
gaisser merged 20 commits from KSat/fsfw:mueller/master into development 2021-06-08 15:01:00 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 404c3821e6 - Show all commits

View File

@ -1,7 +1,7 @@
#ifndef FSFW_UNITTEST_TESTS_DATAPOOLLOCAL_LOCALPOOLOWNERBASE_H_
#define FSFW_UNITTEST_TESTS_DATAPOOLLOCAL_LOCALPOOLOWNERBASE_H_
#include <testcfg/objects/systemObjectList.h>
#include "objects/systemObjectList.h"
#include <fsfw/datapoollocal/HasLocalDataPoolIF.h>
#include <fsfw/datapoollocal/LocalDataSet.h>