This commit is contained in:
Nav
2024-07-25 19:04:13 +01:00
parent 3f88e2022c
commit c9dd987643
3 changed files with 5 additions and 12 deletions

View File

@@ -518,11 +518,10 @@ namespace TargetController
Logger::info("Activating target");
this->target->activate();
Logger::info("Target activated");
Logger::info("Target name: " + this->targetDescriptor->name);
this->target->postActivate();
Logger::info("Target name: " + this->targetDescriptor->name);
this->targetState = std::make_unique<TargetState>(
TargetExecutionState::UNKNOWN,
TargetMode::DEBUGGING,