Skip to content

Commit ba479bd

Browse files
committed
Update changelog for DWT::get_cycle_count deprecation
1 parent 52ff95e commit ba479bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- LSU counter
1515
- Folded-instruction counter
1616

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+
1724
## [v0.7.3] - 2021-07-03
1825

1926
### Fixed

0 commit comments

Comments
 (0)