EM bugfix
Some checks are pending
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop Build queued...

This commit is contained in:
Robin Müller 2023-04-11 15:34:46 +02:00
parent abef9da9f9
commit e01fe19d53
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -68,6 +68,7 @@ void ObjectFactory::produce(void* args) {
#else
createPcduComponents(gpioComIF, &pwrSwitcher, enableHkSets);
#endif
satsystem::EIVE_SYSTEM.setI2cRecoveryParams(pwrSwitcher);
dummy::createDummies(dummyCfg, *pwrSwitcher, gpioComIF);