From 07de0931b3564920ac4c03d0c9c158b01165bee6 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 1 May 2022 19:45:56 +0100 Subject: [PATCH] More tidying --- src/EventManager/Events/Event.hpp | 1 - src/TargetController/Commands/CommandTypes.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/EventManager/Events/Event.hpp b/src/EventManager/Events/Event.hpp index cdc247ac..f81c04f2 100644 --- a/src/EventManager/Events/Event.hpp +++ b/src/EventManager/Events/Event.hpp @@ -15,7 +15,6 @@ namespace Bloom::Events enum class EventType: std::uint8_t { GENERIC, - RESET_TARGET, DEBUG_SESSION_STARTED, DEBUG_SESSION_FINISHED, TARGET_CONTROLLER_THREAD_STATE_CHANGED, diff --git a/src/TargetController/Commands/CommandTypes.hpp b/src/TargetController/Commands/CommandTypes.hpp index 93c74043..6fb7ad65 100644 --- a/src/TargetController/Commands/CommandTypes.hpp +++ b/src/TargetController/Commands/CommandTypes.hpp @@ -7,7 +7,6 @@ namespace Bloom::TargetController::Commands enum class CommandType: std::uint8_t { GENERIC, - GET_TARGET_CONTROLLER_STATE, GET_TARGET_DESCRIPTOR, STOP_TARGET_EXECUTION, RESUME_TARGET_EXECUTION,