1
0
forked from fsfw/fsfw

and now it compiles

This commit is contained in:
2020-12-12 00:01:36 +01:00
parent 101babd863
commit d0d6247753
7 changed files with 15 additions and 17 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;