Skip to content

Commit acc0143

Browse files
committed
stm32f4 0.16
1 parent 34ec683 commit acc0143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Back to `stm32f4`
1011
- Implement `Ptr`, `Sealed`, `Steal` for generic `Periph` [#834]
1112
- Unmacro `Adc` [#832]
1213
- Use `write` instead of `modify` to clear flags [#829]

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ document-features = "0.2"
6666
micromath = { version = "2.1.0", optional = true }
6767

6868
[dependencies.stm32f4]
69-
package = "stm32f4-staging"
70-
version = "0.19.0"
69+
version = "0.16.0"
7170
features = ["atomics"]
7271

7372
[dependencies.time]

0 commit comments

Comments
 (0)