This commit is contained in:
Nav
2022-10-12 21:26:09 +01:00
parent 87e230c589
commit 0c1b0211e8
43 changed files with 44 additions and 44 deletions

View File

@@ -11,7 +11,7 @@ namespace Bloom::TargetController::Commands
{
public:
static constexpr CommandType type = CommandType::WRITE_TARGET_MEMORY;
static inline const std::string name = "WriteTargetMemory";
static const inline std::string name = "WriteTargetMemory";
Targets::TargetMemoryType memoryType;
Targets::TargetMemoryAddress startAddress;