diff --git a/src/DebugToolDrivers/WCH/Protocols/WchLink/WchLinkInterface.cpp b/src/DebugToolDrivers/WCH/Protocols/WchLink/WchLinkInterface.cpp index aee6cc1e..0dfff372 100644 --- a/src/DebugToolDrivers/WCH/Protocols/WchLink/WchLinkInterface.cpp +++ b/src/DebugToolDrivers/WCH/Protocols/WchLink/WchLinkInterface.cpp @@ -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 diff --git a/src/TargetController/TargetControllerComponent.cpp b/src/TargetController/TargetControllerComponent.cpp index 73d608fa..9efbbc3e 100644 --- a/src/TargetController/TargetControllerComponent.cpp +++ b/src/TargetController/TargetControllerComponent.cpp @@ -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();