Skip to content

Commit 34cad32

Browse files
Fix typo in README.md (ARM-software#16)
1 parent 10d0f39 commit 34cad32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if (measurements.cpu)
8383
if (counter != measurements.cpu->end())
8484
{
8585
// Get the data stored in the counter, casted to the type you need
86-
auto value = cpu_res->counter.get<float>();
86+
auto value = counter->second.get<float>();
8787
}
8888
}
8989
```

0 commit comments

Comments
 (0)