create ACS controller in EM sw
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-09-15 11:40:10 +02:00
parent 57331380c3
commit 2261ccb304
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -68,4 +68,5 @@ void ObjectFactory::produce(void* args) {
#endif /* OBSW_ADD_TEST_CODE == 1 */
createMiscComponents();
createAcsController();
}