Skip to content

Commit 33778cb

Browse files
committed
SD Card doesn't need portable atomic.
1 parent 70e7d3c commit 33778cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdcard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Imports
2828
// -----------------------------------------------------------------------------
2929

30-
use portable_atomic::{AtomicBool, Ordering};
30+
use core::sync::atomic::{AtomicBool, Ordering};
3131

3232
use super::Hardware;
3333

0 commit comments

Comments
 (0)