This commit is contained in:
Nav
2024-12-15 17:34:11 +00:00
parent 40859201e4
commit 6873b2f53a
4 changed files with 16 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ namespace TargetController
while (this->getThreadState() == ThreadState::READY) {
this->refreshExecutionState();
TargetControllerComponent::notifier.waitForNotification(std::chrono::milliseconds(60 ));
TargetControllerComponent::notifier.waitForNotification(std::chrono::milliseconds{60});
this->processQueuedCommands();
this->eventListener->dispatchCurrentEvents();