We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34ec683 + acc0143 commit b4eef7dCopy full SHA for b4eef7d
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+ - Back to `stm32f4`
11
- Implement `Ptr`, `Sealed`, `Steal` for generic `Periph` [#834]
12
- Unmacro `Adc` [#832]
13
- Use `write` instead of `modify` to clear flags [#829]
Cargo.toml
@@ -66,8 +66,7 @@ document-features = "0.2"
66
micromath = { version = "2.1.0", optional = true }
67
68
[dependencies.stm32f4]
69
-package = "stm32f4-staging"
70
-version = "0.19.0"
+version = "0.16.0"
71
features = ["atomics"]
72
73
[dependencies.time]
0 commit comments