We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ff95e commit ba479bdCopy full SHA for ba479bd
CHANGELOG.md
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
- LSU counter
15
- Folded-instruction counter
16
17
+### Deprecated
18
+
19
+- `DWT::get_cycle_count` has been deprecated in favor of `DWT::cycle_count`.
20
+ This change was made for consistency with the [C-GETTER] convention. (#349)
21
22
+[C-GETTER]: https://rust-lang.github.io/api-guidelines/naming.html#c-getter
23
24
## [v0.7.3] - 2021-07-03
25
26
### Fixed
0 commit comments