Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Sep 19, 2024
1 parent ac14019 commit f9977a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions esp-hal/src/soc/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use core::ops::Range;

use portable_atomic::{AtomicU8, Ordering};

pub use self::implementation::*;
Expand All @@ -25,7 +23,7 @@ static MAPPED_PSRAM: Locked<MappedPsram> = Locked::new(MappedPsram { memory_rang

#[cfg(psram)]
pub struct MappedPsram {
memory_range: Range<usize>,
memory_range: core::ops::Range<usize>,
}

// Indicates the state of setting the mac address
Expand Down

0 comments on commit f9977a4

Please sign in to comment.