File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
38
38
` portable-atomic ` emulates atomic CAS functionality, allowing ` embedded-hal-bus ` to use ` atomic-device ` on hardware
39
39
that does not natively support atomic CAS. If you enable this, you must also add ` portable-atomic ` to your crate with
40
40
a feature flag such as ` unsafe-assume-single-core ` or ` critical-section ` to choose how atomic CAS is implemented.
41
- See https://docs.rs/portable-atomic/1.7.0/portable_atomic/#optional-features for more info.
41
+ See < https://docs.rs/portable-atomic/1.7.0/portable_atomic/#optional-features > for more info.
42
42
- ** ` std ` ** : enable shared bus implementations using ` std::sync::Mutex ` , and implement
43
43
` std::error::Error ` for ` DeviceError ` .
44
44
You can’t perform that action at this time.
0 commit comments