EM build fix #503

Merged
muellerr merged 1 commits from bugfix_em_buld into develop 2023-03-21 14:18:28 +01:00
Showing only changes of commit c9ec0f67bd - Show all commits

View File

@ -66,7 +66,7 @@ void ObjectFactory::produce(void* args) {
dummy::createDummies(dummyCfg, *pwrSwitcher, gpioComIF);
new CoreController(objects::CORE_CONTROLLER);
new CoreController(objects::CORE_CONTROLLER, I2C_FATAL_ERRORS);
// Regular FM code, does not work for EM if the hardware is not connected
// createPcduComponents(gpioComIF, &pwrSwitcher);