Merge remote-tracking branch 'origin/develop' into mueller/acs-ss-init
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-10-10 10:30:45 +02:00
20 changed files with 503 additions and 18 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();