New simpler DHB #161

Merged
mohr merged 10 commits from new-dhb into develop 2023-11-16 11:02:46 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8d7bb51d44 - Show all commits

View File

@ -30,6 +30,7 @@ FreshDeviceHandlerBase::~FreshDeviceHandlerBase() {
ReturnValue_t FreshDeviceHandlerBase::performOperation(uint8_t opCode) {
handleQueue();
performDeviceOperation(opCode);
poolManager.performHkOperation();
return returnvalue::OK;
}