Skip to content

Commit

Permalink
Fix broken URL in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Jul 27, 2024
1 parent 25c1b8f commit 33f5255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-hal-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
`portable-atomic` emulates atomic CAS functionality, allowing `embedded-hal-bus` to use `atomic-device` on hardware
that does not natively support atomic CAS. If you enable this, you must also add `portable-atomic` to your crate with
a feature flag such as `unsafe-assume-single-core` or `critical-section` to choose how atomic CAS is implemented.
See https://docs.rs/portable-atomic/1.7.0/portable_atomic/#optional-features for more info.
See <https://docs.rs/portable-atomic/1.7.0/portable_atomic/#optional-features> for more info.
- **`std`**: enable shared bus implementations using `std::sync::Mutex`, and implement
`std::error::Error` for `DeviceError`.

Expand Down

0 comments on commit 33f5255

Please sign in to comment.