Skip to content

Commit

Permalink
Update README.md link to portable-atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
eZioPan authored Mar 25, 2024
1 parent d24d847 commit 625435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ assert_eq!(*x, 42);

## Interoperability

This crate uses [`atomic-polyfill`](https://github.com/embassy-rs/atomic-polyfill), so on targets without native
This crate uses [`portable-atomic`](https://crates.io/crates/portable-atomic), so on targets without native
atomics you must import a crate that provides a [`critical-section`](https://github.com/rust-embedded/critical-section)
implementation. See the `critical-section` README for details.

Expand Down

0 comments on commit 625435f

Please sign in to comment.