Tidying
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Bloom::TargetController
|
||||
auto sendCommandAndWaitForResponse(
|
||||
std::unique_ptr<CommandType> command,
|
||||
std::chrono::milliseconds timeout
|
||||
) {
|
||||
) const {
|
||||
using SuccessResponseType = typename CommandType::SuccessResponseType;
|
||||
|
||||
const auto commandId = command->id;
|
||||
|
||||
@@ -60,7 +60,7 @@ simplified means for other components to interact with the connected hardware. I
|
||||
memory from the target:
|
||||
|
||||
```c++
|
||||
auto tcService = Services::TargetControllerService();
|
||||
const auto tcService = Services::TargetControllerService();
|
||||
|
||||
const auto data = tcService.readMemory(
|
||||
someMemoryType, // Flash, RAM, EEPROM, etc
|
||||
|
||||
Reference in New Issue
Block a user