update sched again

This commit is contained in:
2023-02-08 16:45:19 +01:00
parent e1e6ce5d34
commit 79a13b8b6a
6 changed files with 180 additions and 148 deletions

View File

@ -43,6 +43,9 @@ void ObjectFactory::produce(void* args) {
#if OBSW_ADD_GOMSPACE_PCDU == 1
dummyCfg.addPowerDummies = false;
#endif
#if OBSW_ADD_ACS_BOARD == 1
dummyCfg.addAcsBoardDummies = false;
#endif
PowerSwitchIF* pwrSwitcher = nullptr;
#if OBSW_ADD_GOMSPACE_PCDU == 0