1
0
forked from fsfw/fsfw

taken over upstream changes

This commit is contained in:
2020-12-13 21:50:33 +01:00
parent df333e0cc8
commit b7dbdb072d
7 changed files with 141 additions and 11 deletions

View File

@ -97,7 +97,6 @@ ReturnValue_t ExtendedControllerBase::initializeAfterTaskCreation() {
ReturnValue_t ExtendedControllerBase::performOperation(uint8_t opCode) {
handleQueue();
hkSwitcher.performOperation();
localPoolManager.performHkOperation();
performControlOperation();
return RETURN_OK;