Skip to content

Commit

Permalink
SD Card doesn't need portable atomic.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Dec 19, 2024
1 parent 70e7d3c commit 33778cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdcard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Imports
// -----------------------------------------------------------------------------

use portable_atomic::{AtomicBool, Ordering};
use core::sync::atomic::{AtomicBool, Ordering};

use super::Hardware;

Expand Down

0 comments on commit 33778cb

Please sign in to comment.