First Version of ACS Controller #329
@ -3,6 +3,7 @@
|
||||
|
||||
#include "fsfw/datapoollocal/StaticLocalDataSet.h"
|
||||
#include "fsfw/devicehandlers/DeviceHandlerIF.h"
|
||||
#include "eive/eventSubsystemIds.h"
|
||||
|
||||
namespace GpsHyperion {
|
||||
|
||||
|
@ -13,7 +13,7 @@ TEST_CASE("Thermal Controller", "[ThermalController]") {
|
||||
const object_id_t THERMAL_CONTROLLER_ID = 0x123;
|
||||
|
||||
new TemperatureSensorsDummy();
|
||||
new SusDummy();
|
||||
//new SusDummy();
|
||||
|
||||
// testEnvironment::initialize();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user