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-07-04 10:47:23 +02:00
121 changed files with 3855 additions and 1050 deletions

View File

@ -63,5 +63,6 @@ void ObjectFactory::produce(void* args) {
#endif /* OBSW_ADD_TEST_CODE == 1 */
createMiscComponents();
createThermalController();
satsystem::initAcsSubsystem();
}