Merge remote-tracking branch 'origin/develop' into mueller/em-sw-updates
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-10-10 10:15:55 +02:00
24 changed files with 512 additions and 25 deletions

View File

@ -44,7 +44,11 @@
#include <dummies/SyrlinksDummy.h>
#include <dummies/TemperatureSensorsDummy.h>
<<<<<<< HEAD
#include "dummies/helpers.h"
=======
#include "mission/utility/GlobalConfigHandler.h"
>>>>>>> origin/develop
void Factory::setStaticFrameworkObjectIds() {
PusServiceBase::PUS_DISTRIBUTOR = objects::PUS_PACKET_DISTRIBUTOR;
@ -69,6 +73,5 @@ void ObjectFactory::produce(void* args) {
new TemperatureSensorsDummy();
new SusDummy();
new ThermalController(objects::THERMAL_CONTROLLER, objects::NO_OBJECT);
// new TestTask(objects::TEST_TASK);
new TestTask(objects::TEST_TASK);
}