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,