rust-embedded/heapless

Swap atomic-polyfill for portable-atomic

thejpster opened this issue · 2 comments

https://crates.io/crates/atomic-polyfill says:

⚠️ THIS CRATE IS DEPRECATED ⚠️

Use portable-atomic instead. It supports many more architectures and more efficient ways of emulating atomics.

Oh, there's a PR in #328

newAM commented

Fixed in #328 🎉