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

This commit is contained in:
2022-10-10 17:39:47 +02:00
59 changed files with 1562 additions and 171 deletions

View File

@ -15,7 +15,7 @@ TEST_CASE("Thermal Controller", "[ThermalController]") {
new TemperatureSensorsDummy();
new SusDummy();
//testEnvironment::initialize();
// testEnvironment::initialize();
ThermalController controller(THERMAL_CONTROLLER_ID);
ReturnValue_t result = controller.initialize();