further reduce EM SW
EIVE/eive-obsw/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-10-26 15:31:04 +02:00
parent d25e883e65
commit c2845aefaf
1 changed files with 1 additions and 2 deletions

View File

@ -45,13 +45,12 @@ void ObjectFactory::produce(void* args) {
// createTmpComponents();
// createSolarArrayDeploymentComponents();
// createPayloadComponents(gpioComIF);
// createHeaterComponents(gpioComIF, pwrSwitcher, healthTable);
createRadSensorComponent(gpioComIF);
#if OBSW_ADD_ACS_BOARD == 1
createAcsBoardComponents(gpioComIF, uartComIF, pwrSwitcher);
#endif
createHeaterComponents(gpioComIF, pwrSwitcher, healthTable);
#if OBSW_ADD_MGT == 1
createImtqComponents(pwrSwitcher);