From f3e979677295807135a529457b8d2c94cbf01c66 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 22 Nov 2023 00:38:49 +0000 Subject: [PATCH] Tidying --- src/DebugToolDrivers/WCH/Protocols/WchLink/WchLinkInterface.cpp | 2 -- src/TargetController/TargetControllerComponent.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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();