We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2dbcf commit 37edca7Copy full SHA for 37edca7
CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
13
### Fixed
14
- Fixed blanket impl of `DelayUs` not covering the `delay_ms` method.
15
+### Changed
16
+- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
17
18
## [v1.0.0-alpha.6] - 2021-11-19
19
0 commit comments