This commit is contained in:
Nav
2022-12-26 22:25:35 +00:00
parent 0a15ce8a84
commit b8ca1fbc41
5 changed files with 51 additions and 51 deletions

View File

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