Tidying
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user