schedule new COM helper

This commit is contained in:
2023-03-24 01:19:08 +01:00
parent d85fb18112
commit fd235488f7
3 changed files with 27 additions and 14 deletions

View File

@ -22,8 +22,8 @@ ReturnValue_t SyrlinksComHandler::performOperation(uint8_t opCode) {
lock->lockMutex();
state = State::SLEEPING;
lock->unlockMutex();
readOneReply();
semaphore->acquire();
readOneReply();
}
return returnvalue::OK;
}