schedule ACS controller
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-08-15 09:58:18 +02:00
parent 6003c6afb5
commit c99cb4a81e
9 changed files with 41 additions and 28 deletions

View File

@ -63,4 +63,5 @@ void ObjectFactory::produce(void* args) {
createMiscComponents();
createThermalController();
createAcsController();
}