Skip to content

Commit

Permalink
fix: sealed import
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 4, 2024
1 parent 5579b58 commit 56de16c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ use embassy_sync::waitqueue::AtomicWaker;
use sdio_host::{BusWidth, CardCapacity, CardStatus, CurrentState, SDStatus, CID, CSD, OCR, SCR};

use crate::dma::NoDma;
use crate::gpio::sealed::{AFType, Pin as SealedPin};
use crate::gpio::{AnyPin, Speed};
use crate::gpio::{AFType, AnyPin, SealedPin, Speed};
use crate::internal::drop::OnDrop;
use crate::interrupt::typelevel::Interrupt;
use crate::pac::sdio::Sdio as RegBlock;
Expand Down

0 comments on commit 56de16c

Please sign in to comment.