Fix import on SDMMC
This commit is contained in:
parent
1689ab2f8b
commit
f5860c3c4c
1 changed files with 1 additions and 0 deletions
|
@ -1502,6 +1502,7 @@ macro_rules! impl_sdmmc_pin {
|
|||
#[cfg(feature = "sdmmc-rs")]
|
||||
mod sdmmc_rs {
|
||||
use super::*;
|
||||
use core::future::Future;
|
||||
use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
|
||||
|
||||
impl<'d, T: Instance, P: Pins<T>> BlockDevice for Sdmmc<'d, T, P> {
|
||||
|
|
Loading…
Reference in a new issue