We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e7d3c commit 33778cbCopy full SHA for 33778cb
1 file changed
src/sdcard.rs
@@ -27,7 +27,7 @@
27
// Imports
28
// -----------------------------------------------------------------------------
29
30
-use portable_atomic::{AtomicBool, Ordering};
+use core::sync::atomic::{AtomicBool, Ordering};
31
32
use super::Hardware;
33
0 commit comments