More tidying

This commit is contained in:
Nav
2022-05-01 19:45:56 +01:00
parent 2c58103208
commit 07de0931b3
2 changed files with 0 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,