Skip to content

Commit 3ab9b6f

Browse files
authored
Merge branch 'master' into infallible-cs
2 parents 4ff05ac + 5e21d56 commit 3ab9b6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

embedded-hal-bus/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
3030

3131
## Optional Cargo features
3232

33-
- **`std`**: enable shared bus implementations using `std::sync::Mutex`.
33+
- **`std`**: enable shared bus implementations using `std::sync::Mutex`, and implement
34+
`std::error::Error` for `DeviceError`.
3435
- **`async`**: enable `embedded-hal-async` support.
3536
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
3637

0 commit comments

Comments
 (0)