fix for FM build

This commit is contained in:
Robin Müller 2023-04-06 18:06:56 +02:00
parent 58aef99bbc
commit bfb91f1baa
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -44,7 +44,7 @@ void ObjectFactory::produce(void* args) {
q7s::gpioCallbacks::initSpiCsDecoder(gpioComIF);
gpioCallbacks::disableAllDecoder(gpioComIF);
new CoreController(objects::CORE_CONTROLLER, I2C_FATAL_ERRORS, enableHkSets);
new CoreController(objects::CORE_CONTROLLER, enableHkSets);
createPcduComponents(gpioComIF, &pwrSwitcher, enableHkSets);
satsystem::EIVE_SYSTEM.setI2cRecoveryParams(I2C_FATAL_ERRORS, pwrSwitcher);