This commit is contained in:
Nav
2023-11-22 00:38:49 +00:00
parent fc1fd22499
commit f3e9796772
2 changed files with 1 additions and 3 deletions

View File

@@ -12,8 +12,6 @@
#include "src/Logger/Logger.hpp"
#include "src/Targets/RiscV/DebugModule/Registers/ControlRegister.hpp"
#include "src/TargetController/Exceptions/DeviceCommunicationFailure.hpp"
namespace DebugToolDrivers::Wch::Protocols::WchLink

View File

@@ -67,7 +67,7 @@ namespace TargetController
this->startup();
this->setThreadStateAndEmitEvent(ThreadState::READY);
Logger::debug("TargetController ready and waiting for events.");
Logger::debug("TargetController ready and waiting for commands");
while (this->getThreadState() == ThreadState::READY) {
this->fireTargetEvents();