reordered control operation
This commit is contained in:
parent
02a837c964
commit
891ba6881b
@ -60,8 +60,8 @@ ReturnValue_t CoreController::handleCommandMessage(CommandMessage *message) {
|
||||
}
|
||||
|
||||
void CoreController::performControlOperation() {
|
||||
sdStateMachine();
|
||||
performWatchdogControlOperation();
|
||||
sdStateMachine();
|
||||
}
|
||||
|
||||
ReturnValue_t CoreController::initializeLocalDataPool(localpool::DataPool &localDataPoolMap,
|
||||
|
Loading…
Reference in New Issue
Block a user